Confusion about Imports
Reminder Imports
makes sure the packages is installed, but does not make functions available to you or your user.
Packages in listed in Imports
do not need to appear in NAMESPACE
, but every package in NAMESPACE
must appear in Imports
or Depends
.