We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161c5d0 commit 8413012Copy full SHA for 8413012
.travis.yml
@@ -22,7 +22,7 @@ before_install:
22
r_github_packages:
23
- hadley/testthat
24
- romainfrancois/bibtex
25
- - jimhester/covr
+# - jimhester/covr
26
27
r_build_args: '--no-build-vignettes'
28
DESCRIPTION
@@ -31,7 +31,8 @@ Imports:
31
methods
32
Suggests:
33
knitr,
34
- testthat
+ testthat,
35
+ covr
36
Encoding: UTF-8
37
Depends:
38
R (>= 3.0)
0 commit comments