plotting in r interpreter requires the repr package. install devtools package first so repr can be installed.

This commit is contained in:
Jeff Steinmetz 2016-02-29 19:47:07 -08:00
parent fb18a2b057
commit 5643fc660e

View file

@ -49,17 +49,3 @@
with_items:
- htmltools
- base64enc
# requirements for Plotly include libcurl and libssl
- name: Install libcurl
apt: pkg={{ item }} state=present
with_items:
- libcurl4-openssl-dev
- libssl-dev
- name: Install other helpful R packages
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}}'))"
with_items:
- ggplot2
- plotly