actions
actions copied to clipboard
GitHub Actions for the R community
I wonder if it would be useful to have some sort of setup wizard (which would maybe live in usethis) that allowed you to pick: 1. How to install R...
* quarto-dev/quarto-actions/setup was pinned in https://github.com/r-lib/actions/pull/908 to pull from PR https://github.com/quarto-dev/quarto-actions/pull/111 * PR https://github.com/quarto-dev/quarto-actions/pull/111 was merged and included in [v2.1.5](https://github.com/quarto-dev/quarto-actions/releases/tag/v2.1.5) * Similar to the user in #901, my GitHub Enterprise...
'repo' is a better option for environments like in #918.
**Describe the bug** I am using these actions in a on-premise Github Enterprise installation. We are using our own package-manager that is configured to mirror several kind of repositories (from...
We see a number of failed downloads from P3M recently. If you see an otherwise inexplicable failure in your `setup-r-dependencies` step, look for lines like this: ``` ✖ Failed to...
**Is your feature request related to a problem? Please describe.** When `{pak}` fails to install a package in `R-CMD-check` it does not report which package failed. **Describe the solution you'd...
**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...
We can't really auto-detect when it is needed for `R CMD check`, because that depends on the check options. But we can possibly auto-detect it when it is needed for...