Thanks for your work to make GitLab work as well as GitHub for R development!
In the line below, only hard dependencies are installed by default:
|
- Rscript -e 'pak::pak(pkg = ".", upgrade = {upgrade})' |
That causes testing to fail if Suggests packages. I think that a preferred default would be to install all dependencies like the GitHub r-lib actions default (https://github.com/r-lib/actions/blob/6b49fefb2846ed3e5e6e58366e7f7dfe01377f02/setup-r-dependencies/action.yaml#L35-L37).
Would you accept a PR to do that?
Thanks for your work to make GitLab work as well as GitHub for R development!
In the line below, only hard dependencies are installed by default:
gitlabr/inst/gitlab-ci/check-coverage-pkgdown.yml
Line 33 in 15d9310
That causes testing to fail if
Suggestspackages. I think that a preferred default would be to install all dependencies like the GitHub r-lib actions default (https://github.com/r-lib/actions/blob/6b49fefb2846ed3e5e6e58366e7f7dfe01377f02/setup-r-dependencies/action.yaml#L35-L37).Would you accept a PR to do that?