beanumber / airlines

An R package providing access to medium airline flight delay data
21 stars 36 forks source link

Can't install #50

Closed joelgombin closed 8 years ago

joelgombin commented 8 years ago

I get an error object 'etl_init' not found whilst loading namespace 'airlines', whether I try installing through devtools::install_github or locally by cloning the repo on my machine and then building the package.

nicholasjhorton commented 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?

joelgombin commented 8 years ago

OK thanks, that works, I should have tried that on my own!

Not very useful anymore but anyway, my sessionInfo():

``` r R version 3.3.1 (2016-06-21) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 14.04.4 LTS locale: [1] LC_CTYPE=fr_FR.UTF-8 LC_NUMERIC=C LC_TIME=fr_FR.UTF-8 LC_COLLATE=fr_FR.UTF-8 [5] LC_MONETARY=fr_FR.UTF-8 LC_MESSAGES=fr_FR.UTF-8 LC_PAPER=fr_FR.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=fr_FR.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] httr_1.2.1 R6_2.1.2 tools_3.3.1 withr_1.0.2 curl_0.9.7 memoise_1.0.0 knitr_1.13 [8] git2r_0.15.0 digest_0.6.9 devtools_1.12.0 ``` <\details>
nicholasjhorton commented 8 years ago

I believe that @beanumber is working to update the version of etl on CRAN to address this issue (I ran into the same problem).

beanumber commented 8 years ago

Indeed. I'm hoping to roll this out ASAP.

beanumber commented 8 years ago

FYI, version 0.3.3 of etl is now on CRAN.