actions
actions copied to clipboard
GitHub Actions for the R community
The documentation for the R Check action suggests to use the error-on: ``` Run r-lib/actions/check-r-package@v[2](https://github.com/.../5593775315?check_suite_focus=true#step:7:2) with: error-on: error args: c("--no-manual", "--as-cran") build_args: "--no-manual" check-dir: "check" working-directory: . upload-snapshots: false upload-results:...
The documentation for the first four inputs for the _check-r-package_ action—`args`, `build_args`, `check-dir`, and `error-on`—each include the statement "It must be an R expression in single quotes." This is both...
I'm not finding what I'm looking for as I search around but is it possible to create a workflow to do something like `rmarkdown::render(input = ...)`
It seems that when installing rtools 42 the mingw compiler is added to the `PATH` even if setting the `windows-path-include-mingw` variable. This contradicts what's documented [here](https://github.com/r-lib/actions/blob/v2-branch/setup-r/action.yml#L35): > This argument is...
Based off of https://github.com/r-lib/lintr/blob/main/.github/workflows/lint-changed-files.yaml
gitlab?
**Is your feature request related to a problem? Please describe.** This is certainly off-topic (or at best a distant FR) in the sense that this repo is dedicated to GH,...
addressing issue #570
Encountering `callr_remote_error: subscript out of bounds` when loading remote package from GitHub
**Describe the bug** I'm encountering `subscript out of bounds` in a number of contexts. I'm using the same GHA workflow in two packages: one works fine; the other doesn't. **To...
**Describe the bug** `{XML}` is being installed on ubuntu and is having issues with R >= v4.2 `{XML}` is installing system requirements and is being built from source. This is...
**Describe the bug** I'd like to install `{highcharter}` on `ubuntu` R v3.6. `{highcharter}` depends on `{rjson}` whose latest version depends on R >= v4.0. When I install dependencies, `r-lib/actions/setup-r-dependencies` fails...