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 might help with R CMD check matches e.g. https://github.com/actions/runner/blob/main/docs/adrs/0276-problem-matchers.md#multi-line-matcher

feature

**Is your feature request related to a problem? Please describe.** The "check-full" example always starts all check processes in parallel. This is wasteful and may lead to the exhaustion of...

feature

* Run `roxygen2::roxygenise()` and check no files changed * Check that `pkgdown::build_reference_index()` is ok * Spellcheck? * URL check?

feature
blocked

Which is useful for testing packages that heavily rely on pandoc. @yihui is providing pre-built binaries that we could use.

feature

**Is your feature request related to a problem? Please describe.** The lint action does not show the lines that are the subject of the warnings. ![image](https://user-images.githubusercontent.com/22797900/115562791-d6ea6380-a284-11eb-8579-6e907f5dd3da.png) **Describe the solution you'd...

feature

**Is your feature request related to a problem? Please describe.** It would be cool to have an action to deploy a shinyapp to shinyapps.io **Describe the solution you'd like** an...

feature
help wanted :heart:

I receive the following warnings: `r-lib/actions/setup-r@v2`: > Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ `r-lib/actions/setup-r-dependencies@v2`:...

bug

Closes #567 Changes from current version in `{lintr}`: - Builds fail if any additional lints are found (which should also be the case in `{lintr}` once https://github.com/r-lib/lintr/pull/1522 is merged). -...

Github has started [deprecation of node.js](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/) 12 for actions due to it's EOL in Aprill '22: ``` Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the...

upkeep