Add pkgdown site generation infrastructure and R-CMD-check workflow#4
Draft
Copilot wants to merge 5 commits into
Draft
Add pkgdown site generation infrastructure and R-CMD-check workflow#4Copilot wants to merge 5 commits into
Copilot wants to merge 5 commits into
Conversation
Co-authored-by: beerda <26056018+beerda@users.noreply.github.com>
Co-authored-by: beerda <26056018+beerda@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add pkgdown site generation to R package repository
Add pkgdown site generation infrastructure
Dec 19, 2025
Owner
|
@copilot Add R-CMD-check.yaml to .github/workflows, inspired by beerda/nuggets repository |
Co-authored-by: beerda <26056018+beerda@users.noreply.github.com>
Contributor
Author
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
AI
changed the title
Add pkgdown site generation infrastructure
Add pkgdown site generation infrastructure and R-CMD-check workflow
Dec 19, 2025
Owner
|
@copilot fix the following errors that occur during the build: |
Co-authored-by: beerda <26056018+beerda@users.noreply.github.com>
Contributor
Author
... 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.