actions
actions copied to clipboard
GitHub Actions for the R community
**Is your feature request related to a problem? Please describe.** There are 3 workflows with the same name (R-CMD-Check). This is confusing. **Describe the solution you'd like** Each workflow should...
e.g. https://github.com/NIEHS/amadeus/blob/main/.github/workflows/test-coverage-local.yaml Makes it easier for federal government to use and avoids problems like #834
Hello! We have noticed that a recent [change](https://github.com/r-lib/actions/commit/9677f2e32657bbce94feb8bc3786495c443d5d60) to `setup-r-dependencies`, setting `R_LIBS_USER` if unset, had downstream effects on actions run in the Bioconductor Docker container. For an example, see [here](https://github.com/csoneson/iCOBRA/actions/runs/10316573094/job/28559082070),...
https://github.com/r-lib/actions/blob/3f55ea1e7439a0db933b2d84686c94fbb4e08602/.github/ISSUE_TEMPLATE/bug_report.md?plain=1#L14
Related to #935 -- is this helpful? Or guilty of exposing implementation details we'd rather not? ref: https://github.com/r-lib/actions/blob/3f55ea1e7439a0db933b2d84686c94fbb4e08602/setup-r/src/installer.ts#L734 (PS didn't compile this to the README yet)
https://github.com/r-lib/actions/blob/3f55ea1e7439a0db933b2d84686c94fbb4e08602/setup-r/action.yml#L6 This is not described in examples. Is that just `'3.6'` instead of `'3.6.3'`, i.e. a "range" is just picking "any" of the range `[3.6.0, 4.0.0)`?
Closes https://github.com/r-lib/actions/issues/928 **I don't think this is quite right yet but it may be as far as i can take it** When the GitHub team [deprecated save-always](https://github.com/actions/cache/pull/1452), they provided some...
It would be great to have a few more example templates that can work generically on R projects that aren't packages. For example, styling or lining etc. I've developed a...
The `save-always` input to `actions/cache` has been deprecated, resulting in warnings, as shown in the following CI run: https://github.com/opendp/opendp/actions/runs/11223005186/job/31197127537#step:15:2 * `setup-renv`: https://github.com/r-lib/actions/blob/3f55ea1e7439a0db933b2d84686c94fbb4e08602/setup-renv/action.yaml#L48 * `setup-r-dependencies`: https://github.com/r-lib/actions/blob/3f55ea1e7439a0db933b2d84686c94fbb4e08602/setup-r-dependencies/action.yaml#L162
**Describe the bug** When running this action on a self-hosted runner with a self-issued SSL certificate, the action fails to download the package due to SSL certificate verification errors. Related...