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

**Describe the bug** I have a simple workflow that just installs R (via `r-lib/actions/setup-r@v2`), and then installs and restores packages with `renv` (using `r-lib/actions/setup-renv@v2`), nothing else. When the job ran,...

bug

**Is your feature request related to a problem? Please describe.** I'm having an renv.lock file in a subdirectory of a larger repo. But the setup-renv action only works when the...

**Describe the bug** The style workflow does not commit any styled changes made to R scripts in the `tests/` folder (even though styler is run against these with `styler::style_pkg()`). This...

bug

**Describe the bug** Document workflow can modify the DESCRIPTION file (by updating the Roxygen version note) but it won't commit the change. This leads to a build error when there...

bug

* Should fix #614, at least for the typical case where `check-dir` is a relative path. * `check-dir` is now resolved relative to the working directory, as absolute path to...

**Describe the bug** We are using the `check-r-package` action in a workflow to check a package in a sub-directory of the repository with the help of the `working-directory` input. A...

bug

I am starting to experiment with r-lib (and quarto) actions on GitHub Enterprise. In [actions/cache@v3](https://github.com/marketplace/actions/cache), they add [support for cacheing in GitHub Enterprise](https://github.com/actions/cache/releases/tag/v3.0.1). Would you consider a switch to this...

feature

When I use `{renv}`, I often work with a lot of packages and I get the following warning in Github Action logs: ```r Warning message: renv took longer than expected...

### Goal When restoring the R package cache, if the primary key is not used, save the currently installed R packages to use as a warmed cache for a followup...

For `renv`, CI builds are failing with R 3.6 on Windows due to a failure to build RcppTOML from sources: ``` i Building RcppTOML 0.2.2 x Failed to build RcppTOML...