actions icon indicating copy to clipboard operation
actions copied to clipboard

GitHub Actions for the R community

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

Update setup-renv to use the `save-always` input of `actions/cache@v4` This is very similar to what was done for `setup-r-dependencies` [here](https://github.com/r-lib/actions/pull/695)

`check-release` runs on Ubuntu: ```yaml jobs: R-CMD-check: runs-on: ubuntu-latest ``` but the docs state it runs on `macOS`. This updates the docs.

**Describe the bug** I'm using these settings in my yaml, hoping to upload my testthat snapshot files to a GitHub artifact: ``` - uses: r-lib/actions/check-r-package@v2 with: upload-snapshots: true build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'...

bug

The current version of setup-r generates an error on `macos-latest` due to an attempt to `brew unlink r` when R is not already installed via Homebrew as discussed in #864...

The R-CMD-check workflow [here](https://github.com/GuangchuangYu/badger/actions/runs/9427854795/workflow) is reported as being successful but also produces the error "macOS-latest (R release) No such keg: /opt/homebrew/Cellar/r" as can be seen [here](https://github.com/GuangchuangYu/badger/actions/runs/9427854795). I have traced the...

Not sure what changed, but I recently get pandoc nightly download to fail. Here is the debug logging ```` ##[debug]Evaluating condition for step: 'Run r-lib/actions/setup-pandoc@v2' ##[debug]Evaluating: success() ##[debug]Evaluating success: ##[debug]=>...

**STOP** If you are debugging a failed build or have a question about GitHub Actions in general do **NOT** open an issue here. Either post on the Actions sections of...

bug

If you just want to quickly render an Rmd or quarto file, it'd be nice to have some way to install dependencies without either adding a `DESCRIPTION` or fully committing...

For our package actions, we might want to consider installing quarto by default to make it easier for folks to use it for vignettes. Quarto bundles pandoc so we might...

By copying @gadenbuie's: https://github.com/rstudio/education-workflows/blob/main/examples/pkgdown.yaml Itt provides a nice way to preview pull requests and builds up a directory structure for tags that we can later use for versioned sites.