Skip to content
Prev 11691 / 12125 Next

[R-pkg-devel] Testing package on R-devel in a docker container

lattice is a "recommended" package.  Those are contributed packages, not 
base packages, so they are optional, but most distributions of R include 
them.

Regarding Dirk's "narrower" comment:  I think that is really his 
decision about the docker container, not a property of R CMD check.  R 
CMD check needs to be able to succeed if the only packages installed are 
the hard dependencies (Depends, Imports, plus base packages), but it 
doesn't actually install anything.  That's up to you before running it.

Duncan Murdoch
On 2025-08-11 8:26 a.m., Ott Toomet wrote: