Closed dwinter closed 9 years ago
At the moment, we import the whole namespace, then specify other-package functions with ::.
::
It would be clearer for both package-code and users if we instead @importFrom to get only used-functions into the namespace
@importFrom
nice :+1:
At the moment, we import the whole namespace, then specify other-package functions with
::
.It would be clearer for both package-code and users if we instead
@importFrom
to get only used-functions into the namespace