actions
actions copied to clipboard
GitHub Actions for the R community
Capturing a recent slack discussion. We should add R 4.1 + `windows-latest` to the standard matrix in [`examples/check-full.yaml`](https://github.com/r-lib/actions/blob/v2-branch/examples/check-full.yaml). The argument is similar to that for keeping R 3.6 + `windows-latest`...
The current lintr workflows for example here https://github.com/r-lib/actions/blob/v2-branch/examples/lint.yaml doesn't fail if a violation is found, which is counterintuive and differs from what normally CI/CD workflows do. I think we should...
> last 5 R releases Does 3.4.x need to be bumped as well?
Example workflow for yardstick: https://github.com/tidymodels/yardstick/pull/281/files A few notes: - Running with `cache: false` to avoid accidentally restoring Suggested dependencies from a pre-existing cache. Using RSPM means this isn't that painful....
The extra packages may cause problems.
Closes #548 @gaborcsardi feel free to take over from here if you'd like to change anything. I've left it as a build matrix even though only 1 flavor is being...
I am using the [example](https://github.com/r-lib/actions/blob/v2-branch/examples/test-coverage.yaml) code-coverage GHA across multiple respos, and I am often seeing tests fail while computing coverage when they don't fail otherwise. For example, even though none...
I am trying to add COVR as a code coverage library, and the setup-libraries will now fail with the following error: covr: dependencies must be TRUE, FALSE, NA or a...
It would be nice to have an additional YAML example of the `check-r-package` including a call of the action with additional arguments of the `rcmdcheck`.
Suddenly my package started failing checks, and I could tell there was a latex issue, but not what it was nor how to fix it. I would like a clear...