You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/interpreter/R.md
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,26 +10,31 @@ group: manual
10
10
11
11
[R](https://www.r-project.org) iR is a free software environment for statistical computing and graphics.
12
12
13
-
To run R code and visualize plots in Apache Zeppelin, you will need:
13
+
To run R code and visualize plots in Apache Zeppelin, you will need R on your master node (or your dev laptop).
14
14
15
-
+devtools with `install.packages("devtools", repos = "http://cran.us.r-project.org")`
16
-
+knitr with `install.packages("knitr", repos = "http://cran.us.r-project.org")`
17
-
+ ggplot2 with `install.packages("ggplot2", repos = "http://cran.us.r-project.org")`
18
-
+ rscala: We need version 1.0.6 of Rscala, so the commands will be [1]
15
+
+For Centos: yum install R R-devel
16
+
+For Ubuntu: apt-get install r-base r-cran-rserve
17
+
18
+
Validate your installation with a simple R command:
0 commit comments