Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation of ggmap with the new dev version of ggplot2 #71

Closed
sctyner opened this issue Oct 5, 2015 · 2 comments
Closed

Installation of ggmap with the new dev version of ggplot2 #71

sctyner opened this issue Oct 5, 2015 · 2 comments

Comments

@sctyner
Copy link

sctyner commented Oct 5, 2015

Under the dev version of ggplot2, ggmap will not install from either CRAN or github.

install.packages('ggmap')
Installing package into ‘/usr/local/lib/R/3.2/site-library’
(as ‘lib’ is unspecified)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0 33 2879k   33  961k    0     0  1438k      0  0:00:02 --:--:--  0:00:02 1436k100 2879k  100 2879k    0     0  2832k      0  0:00:01  0:00:01 --:--:-- 2833k
* installing *source* package ‘ggmap’ ...
** package ‘ggmap’ successfully unpacked and MD5 sums checked
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
Warning: replacing previous import by ‘grid::arrow’ when loading ‘ggmap’
Warning: replacing previous import by ‘grid::unit’ when loading ‘ggmap’
Warning: replacing previous import by ‘scales::alpha’ when loading ‘ggmap’
Error in eval(expr, envir, enclos) : could not find function "eval"
Error : unable to load R code in package ‘ggmap’
ERROR: lazy loading failed for package ‘ggmap’
* removing ‘/usr/local/lib/R/3.2/site-library/ggmap’
Warning in install.packages :
  installation of package ‘ggmap’ had non-zero exit status
library(devtools)
install_github("dkahle/ggmap")
Downloading GitHub repo dkahle/ggmap@master
Installing ggmap
Skipping 1 packages ahead of CRAN: ggplot2
'/usr/local/Cellar/r/3.2.2_1/R.framework/Resources/bin/R' --no-site-file --no-environ --no-save  \
  --no-restore CMD INSTALL  \
  '/private/var/folders/mc/rdd5ddpn2ng8ypg91nk__71c0000gn/T/Rtmpliic2O/devtools5c622cb5cf78/dkahle-ggmap-8972677'  \
  --library='/usr/local/lib/R/3.2/site-library' --install-tests 

* installing *source* package ‘ggmap’ ...
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
Warning: replacing previous import by ‘grid::arrow’ when loading ‘ggmap’
Warning: replacing previous import by ‘grid::unit’ when loading ‘ggmap’
Warning: replacing previous import by ‘scales::alpha’ when loading ‘ggmap’
Error in eval(expr, envir, enclos) : could not find function "eval"
Error : unable to load R code in package ‘ggmap’
ERROR: lazy loading failed for package ‘ggmap’
* removing ‘/usr/local/lib/R/3.2/site-library/ggmap’
Error: Command failed (1)
sessionInfo()
R version 3.2.2 (2015-08-14)
Platform: x86_64-apple-darwin14.5.0 (64-bit)
Running under: OS X 10.10.3 (Yosemite)

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

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

other attached packages:
[1] maps_3.0.0-2   devtools_1.9.1 sp_1.2-0      

loaded via a namespace (and not attached):
 [1] httr_1.0.0        R6_2.1.1          magrittr_1.5      tools_3.2.2       curl_0.9.3       
 [6] shinychord_0.0.99 memoise_0.2.1     stringi_0.5-5     grid_3.2.2        stringr_1.0.0    
[11] digest_0.6.8      lattice_0.20-33 
@geobrando
Copy link
Contributor

duplicate of #65

@dkahle
Copy link
Owner

dkahle commented Sep 10, 2016

Forgot to close this a while back, thanks!

@dkahle dkahle closed this as completed Sep 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants