You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> checking package dependencies ... NOTE
Imports includes 21 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable. Move as many as possible to Suggests and
use conditionally.
If we can reduce the dependency tree, that is probably good for any number of reasons.
The text was updated successfully, but these errors were encountered:
I'm going through the imports to find packages used only in isolated corners of mosaic. For those, I'll likely use rlang::check_installed() before any uses of the package. That will prompt the user to install the package if it is not and quit execution if they choose not to install.
Checking the package gives the following message:
If we can reduce the dependency tree, that is probably good for any number of reasons.
The text was updated successfully, but these errors were encountered: