Skip to content

Commit

Permalink
remove covr and pkgdown from DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
RLesur committed Oct 24, 2020
1 parent 42c72bb commit 9f4de03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

language: R
apt_packages:
# required by pkgdown
- libharfbuzz-dev
- libfribidi-dev
r_packages:
- covr
- pkgdown
cache: packages
after_success:
- Rscript -e 'covr::codecov()'
Expand Down
2 changes: 0 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ Imports:
R6,
rlang (>= 0.3.0)
Suggests:
covr,
curl,
httpuv,
pkgdown,
testthat (>= 2.1.0),
usethis
Encoding: UTF-8
Expand Down

0 comments on commit 9f4de03

Please sign in to comment.