ramnathv / rMaps

Interactive Maps from R
http://rmaps.github.io
389 stars 194 forks source link

rMaps Problems loading in R #113

Open ccima opened 7 years ago

ccima commented 7 years ago

I have problems loading "rMaps" package in R. I read that I have to install this package in github but I've never used it. Anybody could help me? Thanks, Carmen

aschmu commented 7 years ago

Hi ccima, try this (see package readme) : library(devtools) install_github('ramnathv/rCharts@dev') install_github('ramnathv/rMaps')

you may need to install devtools via install.packages("devtools").

marineecology commented 7 years ago

Dear Sir, Why do i receive installation failed:

require(devtools) install_github('ramnathv/rCharts@dev') Downloading GitHub repo ramnathv/rCharts@dev from URL https://api.github.com/repos/ramnathv/rCharts/zipball/dev Installing rCharts "C:/PROGRA~1/R/R-34~1.0/bin/i386/R" --no-site-file --no-environ --no-save \ --no-restore --quiet CMD INSTALL \ "C:/Users/Administrator/AppData/Local/Temp/Rtmp2ttr7A/devtools1604369e683a/ramnathv-rCharts-8d3fe35" \ --library="C:/Program Files/R/R-3.4.0/library" --install-tests

csyjin6 commented 4 years ago

any solution for this? i got the same error