ropensci / rentrez

talk with NCBI entrez using R
https://docs.ropensci.org/rentrez
Other
196 stars 38 forks source link

@imporFrom to use XML, jsonlite #49

Closed dwinter closed 9 years ago

dwinter commented 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

sckott commented 9 years ago

nice :+1: