A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/r-lib/actions/issues/787 below:

Add details on `build_args` to handle large vignettes · Issue #787 · r-lib/actions · GitHub

I wrestled for a while with R CMD check failing on GH actions but succeeding on my machine, due to different arguments to R CMD build. With Help from Gábor Csárdi, I was able to adjust the check-standard.yaml to reproduce the desired, passing test on GH.

My solution was to replace

- uses: r-lib/actions/check-r-package@v2
        with:
          args: 'c("--no-manual", "--as-cran")'

with

- uses: r-lib/actions/check-r-package@v2
        with:
          args: 'c("--no-manual", "--as-cran")'
          build_args: c('--compact-vignettes=gs+qpdf')

Hoping you might consider including this in the yaml template, or at least documenting these build_args options a bit more on the README for check-r-package. Thanks!


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4