mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
DOC: no need for r-cran-rserve, thx to @jeffsteinmetz
This commit is contained in:
parent
2300ebc916
commit
1e2c99bbf3
1 changed files with 2 additions and 2 deletions
|
|
@ -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]
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue