ramnathv / rMaps

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

install issue #19

Closed dicenslice closed 10 years ago

dicenslice commented 10 years ago

Hello, I'm having some issues installing the package manually.

First, using the zip file at http://ramnathv.github.io/rCharts/ I get the following:

Warning in install.packages :
  cannot open compressed file 'ramnathv-rCharts-2c368c8/DESCRIPTION', probable reason 'No such file or directory'
Error in install.packages : cannot open the connection

Second, the master zip file at https://github.com/ramnathv/rCharts does not cause any warnings but require(rCharts) brings this:

Loading required package: rCharts
Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,  :
  there is no package called ‘rCharts’

I really look forward to using the great package, so any help would be really appreciated.

Thanks in advance.

OS: Windows 7 R: 3.0.2 (Rstudio)