[R-pkg-devel] CMD check: Examples vs DEPENDS pkg
On 17.10.2023 21:34, Leonard Mada via R-package-devel wrote:
Dear List members, Package Rpdf depends on package rgl. Multiple examples will call internally the rgl package to visualize the pdb molecule. When performing the CMD check: 1) Is the rgl package loaded each time anew for any of those examples? 2) If this is the case: Is it possible to load it only once per CMD check?
Typically it is loaded once for the examples, once for each test file and once for each vignette that uses it. Best, Uwe Ligges
Sincerely, Leonard
______________________________________________ R-package-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel