Skip to content

Fix: Correct package specification in CI dependency installation#5

Merged
pplupo merged 1 commit into
masterfrom
update-r-version-4.5.0
Jun 10, 2025
Merged

Fix: Correct package specification in CI dependency installation#5
pplupo merged 1 commit into
masterfrom
update-r-version-4.5.0

Conversation

@pplupo
Copy link
Copy Markdown
Owner

@pplupo pplupo commented Jun 10, 2025

This commit fixes an error in the GitHub Actions workflow (.github/workflows/R-CMD-check.yml) where R package dependencies were incorrectly specified.

The any:: prefix was removed from package names in the r-lib/actions/setup-r-dependencies step. Packages packrat, rcpp, and plyr are now listed by their standard CRAN names.

This change addresses the error "Can't find package called any::rcpp" encountered during the dependency resolution phase of the CI job.

This commit fixes an error in the GitHub Actions workflow (`.github/workflows/R-CMD-check.yml`) where R package dependencies were incorrectly specified.

The `any::` prefix was removed from package names in the `r-lib/actions/setup-r-dependencies` step. Packages `packrat`, `rcpp`, and `plyr` are now listed by their standard CRAN names.

This change addresses the error "Can't find package called any::rcpp" encountered during the dependency resolution phase of the CI job.
@pplupo pplupo merged commit f6c7210 into master Jun 10, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant