I can't install rChart from Rstudio due to some firewall settings in my company computer, so I wonder if I can install it manually. I know it is possible to do that by using install.packages
, but it seems the installation was not successful. Here is what I did:
- download the master file from https://github.com/ramnathv/rCharts
- used the following code to install:
install.packages('\rCharts-master.zip',destdir = "/R/win-library/3.2",repos = NULL)
load the package
library(rCharts-master)
and resulted in the following error message:Error in library(rCharts - master) : 'package' must be of length 1