You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Jeff Steinmetz (JIRA)" <ji...@apache.org> on 2016/02/25 05:35:18 UTC

[jira] [Created] (ZEPPELIN-700) Update Ansible / Virtual Machine to include R dependencies and packages

Jeff Steinmetz created ZEPPELIN-700:
---------------------------------------

             Summary: Update Ansible / Virtual Machine to include R dependencies and packages
                 Key: ZEPPELIN-700
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-700
             Project: Zeppelin
          Issue Type: Improvement
            Reporter: Jeff Steinmetz
            Assignee: Jeff Steinmetz


apt-get install r-base r-cran-rserve

R -e "install.packages('ggplot2', repos = 'http://cran.us.r-project.org')"
R -e install.packages('knitr', repos = 'http://cran.us.r-project.org')

maybe need this (but not required if part of zeppelin build - TBD)
curl https://cran.r-project.org/src/contrib/Archive/rscala/rscala_1.0.6.tar.gz -o /tmp/rscala_1.0.6.tar.gz
R CMD INSTALL /tmp/rscala_1.0.6.tar.gz



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)