Skip to content

Commit 8413012

Browse files
committed
try CRAN version of covr
1 parent 161c5d0 commit 8413012

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_install:
2222
r_github_packages:
2323
- hadley/testthat
2424
- romainfrancois/bibtex
25-
- jimhester/covr
25+
# - jimhester/covr
2626

2727
r_build_args: '--no-build-vignettes'
2828

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Imports:
3131
methods
3232
Suggests:
3333
knitr,
34-
testthat
34+
testthat,
35+
covr
3536
Encoding: UTF-8
3637
Depends:
3738
R (>= 3.0)

0 commit comments

Comments
 (0)