actions
actions copied to clipboard
GitHub Actions for the R community
**Is your feature request related to a problem? Please describe.** When defining the `RENV_PATHS_ROOT` env variable at the action or step level it is not used by `r-lib/actions/setup-renv` **Describe the...
With Github Pages no longer serving private repos for free, is there an alternative workflow action for us to use? I understand Netlify is no longer being advertised in actions,...
**Describe the bug** `r-lib/actions/run-rchk@v2` started failing with: ``` /home/docker/R-svn/bin/R: line 273: /home/docker/R-svn/bin/exec/R: No such file or directory ``` **To Reproduce** https://github.com/MLopez-Ibanez/eaf/actions/runs/7004001397/job/19051133840 https://pipelinesghubeus4.actions.githubusercontent.com/zFZptCDzLhmAT2GjcIaTDtJ7V8b0RUHORBCANNxjXhtVPJrRA3/_apis/pipelines/1/runs/165/signedlogcontent/79?urlExpires=2023-11-27T11%3A38%3A03.0066031Z&urlSigningMethod=HMACV1&urlSignature=BBPQtwcRQ61H0KDTtma%2BhI4%2BeZZ3hzEHiYpUSIrqCqo%3D **Expected behavior** The actions has been running without...
The example provided here: https://github.com/r-lib/actions/blob/v2/run-rchk/README.md does not install the package, thus leading to the error: ``` Run r-lib/actions/run-rchk@v2 Run bash $GITHUB_ACTION_PATH/run.sh Cannot find package eaf (/home/docker/R-svn/packages/lib/eaf does not exist). Error:...
The example provided here: https://github.com/r-lib/actions/blob/v2/run-rchk/README.md does not install R, thus leading to the error: ``` Run r-lib/actions/setup-r-dependencies@v2 Run # Set site library path Set site library path Run # Install...
**Is your feature request related to a problem? Please describe.** When a package is available in multiple repositories, it would be helpful to force installation from a specific repository. The...
It would be nice to get a backtrace in case an example or tests causes a segfault. Similar to this in travis: https://github.com/r-lib/processx/blob/1ca0eacae67004d51b753cfcd20554589287de19/.travis.yml#L27-L48 The MacOS case is the easiest, I...
The `R-CMD-check-hard` makes sure that all examples and tests that require suggested dependencies use them conditionally and with `skip_if_not_installed(....)`, respectively. In other words, you can use this workflow to find...
e.g. https://github.com/wch/shinylive-example/blob/87f46eb2d/.github/workflows/deploy.yml#L27-L51, from @wch.
I think that both the blogdown.yaml and bookdown.yaml examples require to write to contents because they are using the gh-pages branch.