ramnathv / rMaps

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

Installation issues for RMaps #12

Closed mml612 closed 10 years ago

mml612 commented 10 years ago

Hello! When I try to install RMaps through devtools I get an error suggesting that the webpages the installer is attempting to reference are inaccessible. Putting the pages into the browser on their own yields 404 errors. Here is my code and the errors:

require(devtools) install_github('ramnathv/rCharts@dev')

Installing github repo(s) ramnathv/rCharts@dev/master from hadley Installing ramnathv/rCharts@dev.zip from https://github.com/hadley/ramnathv/rCharts@dev/archive/master.zip Error: client error: (404) Not Found

install_github('ramnathv/rMaps')

Installing github repo(s) ramnathv/rMaps/master from hadley Installing ramnathv/rMaps.zip from https://github.com/hadley/ramnathv/rMaps/archive/master.zip Error: client error: (404) Not Found

Thoughts? Thanks!

(I am running R 2.15.3)

ramnathv commented 10 years ago

You must have an older version of devtools installed, which does not accept this syntax. If you are running R 2.15.3, I doubt if rMaps would work at all for you, since several of its dependencies run only on versions > 3.0.1. I would strongly recommend that you update your R installation before trying out rMaps.