[R-pkg-devel] Check package without suggests
William Gearty
w|||ge@rty @end|ng |rom gm@||@com
Tue Jul 18 16:52:32 CEST 2023
Hi John,
You need to set the R CMD check environment variable
_R_CHECK_FORCE_SUGGESTS_ to FALSE/0. You should be able to do this
with the env_vars
argument in rhub::check(). You can also achieve this with github actions by
customizing your yaml file (example here:
https://github.com/willgearty/deeptime/blob/master/.github/workflows/R-CMD-check.yaml#L57
).
Best,
Will
------------------------------
*William Gearty*
*Lerner-Gray Postdoctoral Research Fellow*
Division of Paleontology
American Museum of Natural History
williamgearty.com
On Tue, Jul 18, 2023 at 10:38 AM John Harrold <john.m.harrold using gmail.com>
wrote:
> Howdy Folks,
>
> I recent had a package start failing because I wasn't checking properly in
> my tests to make sure my suggested packages were installed before running
> tests. I think this is something new running on CRAN where packages are
> tested with only the packages specified as Imports in the DESCRIPTION file
> are installed. It took me a bit of back and forth to get all of these
> issues worked out. I was wondering if anyone has a good way to run R CMD
> check with only the imports installed? A github action, or a
> specific platform on rhub?
>
> Thank you,
>
> John
> :wq
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-package-devel using r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>
[[alternative HTML version deleted]]
More information about the R-package-devel
mailing list