Skip to content

Fix: Install rcmdcheck for CI check step#7

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

Fix: Install rcmdcheck for CI check step#7
pplupo merged 1 commit into
masterfrom
update-r-version-4.5.0

Conversation

@pplupo
Copy link
Copy Markdown
Owner

@pplupo pplupo commented Jun 11, 2025

This commit updates the GitHub Actions workflow to explicitly install the rcmdcheck R package. The r-lib/actions/check-r-package action relies on rcmdcheck to perform its operations.

Changes in .github/workflows/R-CMD-check.yml:

  • Added rcmdcheck to the packages list within the r-lib/actions/setup-r-dependencies step.

This ensures that rcmdcheck is available in the R environment before the package check is initiated, resolving the "there is no package called 'rcmdcheck'" error.

This commit updates the GitHub Actions workflow to explicitly install the
`rcmdcheck` R package. The `r-lib/actions/check-r-package` action
relies on `rcmdcheck` to perform its operations.

Changes in `.github/workflows/R-CMD-check.yml`:
- Added `rcmdcheck` to the `packages` list within the
  `r-lib/actions/setup-r-dependencies` step.

This ensures that `rcmdcheck` is available in the R environment before the
package check is initiated, resolving the "there is no package called 'rcmdcheck'"
error.
@pplupo pplupo merged commit f4766ec into master Jun 11, 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