actions icon indicating copy to clipboard operation
actions copied to clipboard

GitHub Actions for the R community

Results 69 actions issues
Sort by recently updated
recently updated
newest added

This PR updates the following actions in various places (it's recommended to switch to v3 at least for `checkout` and `cache` actions): - `checkout` from v2 to v3: released in...

I understand this needs to be discussed but I figured a PR with some code would be clearer than an issue. This PR uses GitHub pages new deploy mechanism, as...

(Sorry to delete the FR template, but this seems like a self-explanatory suggestion!) GitHub Actions recently added Job Summaries, which might be useful for the workflows here, particularly for package...

feature

It's similar to netlify (including deploy previews), but has unlimited bandwidth and build-in analytics. @wch has been experimenting with it so can provide more details.

feature

Starting today, I'm now consistently getting failed R cmd check builds with r-devel. The entire check completes properly, but then the error reporting at the end fails. The builds only...

bug

I'm sorry if this is off-topic, but I don't know where else to go. Using setup-renv@v2 (see full yaml [here](https://github.com/OHDSI/CohortMethodModule/blob/347105590f963b76ccd2e421a27c0eb2df474be5/.github/workflows/Test_module.yaml)), with a package from a GitHub repo containing C++ code...

bug

Cf. https://github.com/r-lib/actions/issues/263#issuecomment-1174418576

bug

**Describe the bug** The documentation page on [setup-r-dependencies](https://github.com/r-lib/actions/tree/v2/setup-r-dependencies ) describes how to ignore specific, optional dependencies. However, when I try the suggested approach via `package=?ignore ` with the R package...

bug

**Is your feature request related to a problem? Please describe.** When I use `setup-renv`, the `use-public-rspm` flag on `install-r` doesn't seem to apply. **Describe the solution you'd like** I would...

`setup-r` with a numeric `r-version: 4.2` automatically adds the latest released patch version (4.2.1 in this case) but does *not* check if the installer for mac/win is already released which...

bug