Skip to content
Prev 246304 / 398498 Next

packagename:::functionname vs. importFrom

But you really really shouldn't be doing that.  Is there a reason that
the package authors won't export the functions?
Imported packages need to be installed - but it's the import vs.
suggests vs. depends statement in DESCRIPTION that controls this
behaviour, not the namespace.

Hadley