seandavi / sars2pack

An R package with over 50 highly cited, read-to-use, up-to-date COVID-19 pandemic data resources
https://seandavi.github.io/sars2pack/
Other
59 stars 14 forks source link

Go through importFrom carefully to eliminate unnecessary imports #41

Open seandavi opened 4 years ago

seandavi commented 4 years ago

I'm talking about imports into the namespace, not Imports from the DESCRIPTION file. Consider using :: notation instead of imports to clean up namespace.