File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
scripts/vagrant/zeppelin-dev/roles/r/tasks Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 5050- name : Install rCharts (requires devtools first).
5151 shell : /usr/bin/Rscript --slave --no-save --no-restore-history -e "if (! ('rCharts' %in% installed.packages()[,'Package'])) devtools::install_github('rCharts', 'ramnathv')"
5252
53+ - name : Install R repr package recommended for the R interpreter display system (requires devtools first).
54+ shell : /usr/bin/Rscript --slave --no-save --no-restore-history -e "if (! ('repr' %in% installed.packages()[,'Package'])) devtools::install_github('IRkernel/repr')"
55+
5356- name : Install R packages recommended for the R interpreter.
5457 shell : /usr/bin/Rscript --slave --no-save --no-restore-history -e "if (! ('{{item}}' %in% installed.packages()[,'Package'])) install.packages(pkgs=c('{{item}}'), repos=c('{{r_packages_repos}}'))"
5558 with_items :
5659 - ggplot2
5760 - googleVis
61+ - mplot
62+ - htmltools
63+ - base64enc
5864
You can’t perform that action at this time.
0 commit comments