DoubleYouGTT / hubspot

R package πŸ“¦ for working with Hubspot πŸ‘©β€πŸ’ΌπŸ‘¨β€πŸ’Ό data
https://itsalocke.com/hubspot/
Other
10 stars 8 forks source link

Do not import whole packages? #11

Closed maelle closed 4 years ago

maelle commented 5 years ago

At the moment

#' @import purrr
#' @import dplyr
#' @import tidyr
stephlocke commented 5 years ago

We were using so much from the packages that life was easier to do this whilst getting to grips with the range of functionality needed. I recommend switching to be more specific once the package is more mature to save needing to edit this regularly.

maelle commented 5 years ago

When we do, we can use tools that help automate the namespacing.