Devtools::load_all() doesn't load imports in the NAMESPACE

The devel version of devtools does this, so you can use that if you are really looking for this feature.

devtools::install_github("devtools")

Be sure to run devtools::document() after adding the @import directive so the NAMESPACE is properly created.

3 Likes