Skip to content

Commit c992ffa

Browse files
committed
install ggplot directly
1 parent 7bd3ce4 commit c992ffa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ install:
1313
- sudo add-apt-repository --yes ppa:marutter/rrutter3.5
1414
- sudo apt-get update --yes
1515
- sudo apt install r-api-3.5 --yes
16-
- sudo apt-get install r-cran-plyr r-cran-reshape2 r-cran-rcpp --yes
17-
- sudo apt install r-cran-ggplot2 --yes
16+
- sudo su - -c "R -e \"install.packages('ggplot2', repos='http://cran.rstudio.com/')\""
1817
- mkdir $HOME/orca
1918
- wget --quiet https://github.com/plotly/orca/releases/download/v1.2.1/orca-1.2.1-x86_64.AppImage -O $HOME/orca/orca
2019
- chmod +x $HOME/orca/orca

0 commit comments

Comments
 (0)