you should not have to load additional packages to use the package.
use
usethis::use_package("packagename"), then you can call functions with packagename::fun()
or if a package is used a lot and you want to avoid the packagename::
usethis::use_package("packagename",type = "Depends")