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 is currently not possible, because pak cannot install itself, at least not from CRAN. A solution would be to install pak into another library, e.g. the system library could...

bug

## Linux The RStudio `.deb` package is not available as soon as the tarball. Packages for different distros might become available at different times. ## macOS The RStudio mirror might...

bug

**Describe the bug** run-rchk cannot load libR.so **To Reproduce** I have a [GitHub action script](https://github.com/ms609/TreeTools/blob/master/.github/workflows/rchk.yml) including the Basic configuration given at the actions/run-rchk [readme](https://github.com/r-lib/actions/tree/v2/run-rchk): ``` jobs: rchk: runs-on: ubuntu-latest container:...

bug

For checks: ``` concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} cancel-in-progress: true ``` For *down we currently have: ``` concurrency: group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}...

feature
blocked

Right now we need to use `clean: false` for the deployment, to avoid removing the other version of the site. But this also keeps old files that are not needed....

feature
blocked

**Describe the bug** Over the last weeks, I have often seen setup-r (and setup-pandoc, just today) getting stuck and eventually hitting the default 6h timeout. This has happened on macOS-latest,...

bug

2.7.3 is getting quite old; would be good to update to what dev RStudio uses, i.e. 2.16.1

feature
blocked

RSPM Linux binaries are treated as source package currently, that might actually help. macOS and Windows are trickier, because there you cannot currently fall back from a binary package to...

feature

Warning seems like the right default for most package developers, but I keep getting surprised that GHA doesn't fail on NOTES when working on tidyverse packages.

feature
blocked

The `master` branch of this repository will soon be renamed to `main`, as part of a coordinated change across several GitHub organizations (including, but not limited to: [tidyverse](https://github.com/tidyverse), [r-lib](https://github.com/r-lib), [tidymodels](https://github.com/tidymodels),...

upkeep