Closed joelgombin closed 8 years ago
Sorry about the problem. Can you please try again using the etl package on github?
devtools::install_github("beanumber/etl")
In addition, can you please share the output of sessionInfo() on the machine you are using for the install?
OK thanks, that works, I should have tried that on my own!
Not very useful anymore but anyway, my sessionInfo()
:
I believe that @beanumber is working to update the version of etl on CRAN to address this issue (I ran into the same problem).
Indeed. I'm hoping to roll this out ASAP.
FYI, version 0.3.3 of etl
is now on CRAN.
I get an error
object 'etl_init' not found whilst loading namespace 'airlines'
, whether I try installing throughdevtools::install_github
or locally by cloning the repo on my machine and then building the package.