ghactions icon indicating copy to clipboard operation
ghactions copied to clipboard

GitHub actions for R and accompanying R package

Results 100 ghactions issues
Sort by recently updated
recently updated
newest added

placeholder
docker
footgun

it appears that currently `docker build` will not error out when some `RUN Rscript -e "install.packages()` is unsuccessful, but simply fail silently. This can be pretty hard to debug as...

footgun

also suggested by the team; either as arguments or maybe from a yet-to-be-added field in `DESCRIPTION`.

enhancement
ci

because there is a slight (10-20mins) delay between a push to the repo, and the availability of all its images on docker hub, users should `use = r-lib/actions@ref` (ideally a...

docs
footgun

The current version of the github actions action builder (and therein: dockerlint) does not appear to support the `ARG` instruction *before* `FROM`. Blocked by https://github.com/actions/action-builder/issues/10

blocked
docker

currently, ghactions (and all *R* actions contained therein) require that the user bring her own docker image, such as [`rocker/tidyverse`](https://hub.docker.com/r/rocker/verse), or whatever really. This makes some sense for random rmd...

docker
pkg-dev

I think the images currently get slightly bloated because the installation artefacts (sources) *also* get added in the layer, even though that's not really necessary. This might also happen upstream...