beanumber / etl

R package to facilitate ETL operations
127 stars 21 forks source link

installing etl package from GitHub error #54

Closed niannucci closed 4 years ago

niannucci commented 4 years ago

install_github("beanumber/etl")

Error : object ‘use_package’ is not exported by 'namespace:devtools'

cZachJohnson commented 4 years ago

It appears to be a package dependency issue with devtools and usethis. The function use_package comes from the package usethis and not from devtools depending on the version of each package that you have.

beanumber commented 4 years ago

I think I got this fixed. Thanks @niannucci and @cZachJohnson !