-
Notifications
You must be signed in to change notification settings - Fork 1
Add pkgdown site generation infrastructure and R-CMD-check workflow #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: beerda <26056018+beerda@users.noreply.github.com>
Co-authored-by: beerda <26056018+beerda@users.noreply.github.com>
|
@copilot Add R-CMD-check.yaml to .github/workflows, inspired by beerda/nuggets repository |
Co-authored-by: beerda <26056018+beerda@users.noreply.github.com>
Added R-CMD-check.yaml workflow inspired by the nuggets repository in commit e2bd6f9. The workflow runs R CMD check on macOS, Windows, and Ubuntu (both devel and release versions) on push/PR to main/master/devel branches. Also added the R-CMD-check badge to README.Rmd. |
|
@copilot fix the following errors that occur during the build: |
Co-authored-by: beerda <26056018+beerda@users.noreply.github.com>
... Fixed the build errors in frbe.Rmd vignette in commit 896d824. The issues were:
All affected code chunks have been updated to use proper time series handling. |
Plan for Adding pkgdown Site Generation
.github/workflows/pkgdown.yamlworkflow file_pkgdown.ymlconfiguration file with proper reference organizationindex.Rmdfor the pkgdown homepageREADME.Rmdwith pkgdown site reference and badges.github/copilot-instructions.mdfile.github/workflows/R-CMD-check.yamlSummary
Successfully added comprehensive pkgdown site generation infrastructure to the lfl R package, including R-CMD-check workflow, and fixed vignette build errors.
Fixed Issues:
window()usage with direct time series subsetting in frbe.Rmdevalfrbe()calls to use numeric vectors instead of time series objectsOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.