sboysel / fredr

An R client for the Federal Reserve Economic Data (FRED) API
https://sboysel.github.io/fredr/
Other
92 stars 21 forks source link

Installation failed: cannot open file #3

Closed hedgehog closed 6 years ago

hedgehog commented 6 years ago

Hi, Thank you for the time and effort you have put into making this available. I hope you can shed some light of the following.

Unfortunately my install is failing as follows (system details below):

> devtools::install_github("sboysel/fredr")
Downloading GitHub repo sboysel/fredr@master
from URL https://api.github.com/repos/sboysel/fredr/zipball/master
Installation failed: cannot open file 'C:/Users/<snip>/AppData/Local/Temp/RtmpakieAR/devtools4bec2b7152ce/sboysel-fredr-a506a70/R/fredr.R': No such file or directory
> 
> Sys.info()
                     sysname                      release 
                   "Windows"                      "7 x64" 
                     version                     nodename 
"build 7601, Service Pack 1"               "<snip>" 
                     machine                        login 
                       "x86"                    "<snip>" 
                        user               effective_user 
                   "<snip>"                    "<snip>"

> sessionInfo()
R version 3.4.3 (2017-11-30)
Platform: i386-w64-mingw32/i386 (32-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1

Matrix products: default

locale:
[1] LC_COLLATE=English_Australia.1252 
[2] LC_CTYPE=English_Australia.1252   
[3] LC_MONETARY=English_Australia.1252
[4] LC_NUMERIC=C                      
[5] LC_TIME=English_Australia.1252    

attached base packages:
[1] stats     graphics  grDevices datasets  utils     methods  
[7] base     

other attached packages:
[1] httr_1.3.1      dplyr_0.7.4     quantmod_0.4-12 TTR_0.23-2     
[5] xts_0.10-0      zoo_1.8-0       here_0.1       

loaded via a namespace (and not attached):
 [1] Rcpp_0.12.14     knitr_1.17       bindr_0.1       
 [4] magrittr_1.5     devtools_1.13.4  lattice_0.20-35 
 [7] R6_2.2.2         rlang_0.1.4      stringr_1.2.0   
[10] tools_3.4.3      grid_3.4.3       packrat_0.4.8-1 
[13] git2r_0.19.0     withr_2.1.0      digest_0.6.12   
[16] yaml_2.1.16      rprojroot_1.2    assertthat_0.2.0
[19] tibble_1.3.4     bindrcpp_0.2     curl_3.1        
[22] memoise_1.1.0    glue_1.2.0       evaluate_0.10.1 
[25] stringi_1.1.6    compiler_3.4.3   backports_1.1.2 
[28] pkgconfig_2.0.1 
> 
sboysel commented 6 years ago

Hi @hedgehog,

I can't replicate this in my environment. First off, is Rtools installed?

devtools::find_rtools()