DOC: no need for r-cran-rserve, thx to @jeffsteinmetz

This commit is contained in:
Eric Charles 2016-03-08 18:11:27 +01:00
parent 2300ebc916
commit 1e2c99bbf3

View file

@ -13,7 +13,7 @@ group: manual
To run R code and visualize plots in Apache Zeppelin, you will need R on your master node (or your dev laptop).
+ For Centos: `yum install R R-devel libcurl-devel openssl-devel`
+ For Ubuntu: `apt-get install r-base r-cran-rserve`
+ For Ubuntu: `apt-get install r-base`
Validate your installation with a simple R command:
@ -26,7 +26,7 @@ Then install the required R libraries;
+ devtools with `R -e "install.packages('devtools', repos = 'http://cran.us.r-project.org')"`
+ knitr with `R -e "install.packages('knitr', repos = 'http://cran.us.r-project.org')"`
+ ggplot2 with `R -e "install.packages('ggplot2', repos = 'http://cran.us.r-project.org')"`
+ Other vizualisation librarires with `R -e "install.packages(c('devtools','mplot', 'googleVis'), repos = 'http://cran.us.r-project.org'); require(devtools); install_github('ramnathv/rCharts')"`
+ Other vizualisation librairies with `R -e "install.packages(c('devtools','mplot', 'googleVis'), repos = 'http://cran.us.r-project.org'); require(devtools); install_github('ramnathv/rCharts')"`
+ rscala: You need version 1.0.6 of RScala, so the commands will be [1]
```