Skip to content
Prev 21882 / 63424 Next

R CMD check: unstated dependence on a standard package.

Yes, strictness was increased.  In your non name space case, add to
Depends.  If the package had a name space, you would e.g. add

   importFrom("utils", "packageDescription")

to NAMESPACE and add utils to the DESCRIPTION Imports.

-k