Skip to content

Commit

Permalink
fix: devtools to remotes; reduce dependencies from tidyverse to ggplot2
Browse files Browse the repository at this point in the history
  • Loading branch information
liao961120 committed May 8, 2019
1 parent 65048c5 commit 12e1632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: r
pandoc_version: 1.19.2.1

script:
- Rscript -e 'devtools::install_github("RLesur/klippy")'
- Rscript -e 'remotes::install_github("RLesur/klippy")'
- bash render-book.sh
- rm DESCRIPTION
- mv DESCRIPTION-pkgdown DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -15,7 +15,7 @@ License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests: pkgdown,
tidyverse
ggplot2
Remotes: RLesur/klippy@v0.0.0.9400
VignetteBuilder: knitr
Imports: knitr,
Expand Down

0 comments on commit 12e1632

Please sign in to comment.