Message-ID: <7ea981c3-faec-490f-841d-4ce8fce8e5cb@syonic.eu>
Date: 2023-10-17T19:34:33Z
From: Leonard Mada
Subject: [R-pkg-devel] CMD check: Examples vs DEPENDS pkg
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?
Sincerely,
Leonard