Skip to content

Commit

Permalink
Use remotes to install ggplot2 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Oct 21, 2019
1 parent c3ca8d1 commit 7bdb79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ before_install:
- pip install poetry
- sudo apt-get update
- sudo apt-get install r-base
- sudo R -e 'install.packages(c("ggplot2", "ggrepel"))'
- echo 'options(repos = c(CRAN = "https://cloud.r-project.org"))' > ~/.Rprofile.site
- sudo Rscript -e 'remotes::install_cran("ggplot2")'
- sudo Rscript -e 'remotes::install_cran("ggrepel")'
install:
- poetry install -v
script:
Expand Down

0 comments on commit 7bdb79e

Please sign in to comment.