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 dd590d8 commit f9b0d92Copy full SHA for f9b0d92
.travis.yml
@@ -1,16 +1,9 @@
1
language: R
2
-sudo: required
3
-warnings_are_errors: true
4
-
5
-r_packages:
6
- - rmarkdown
+cache: packages
+sudo: false
7
8
r_github_packages:
9
- hadley/staticdocs
10
- - jimhester/covr
11
12
-before_script:
13
- - sudo Rscript -e "library(stringi); stri_install_icudt()"
14
15
after_success:
16
- Rscript -e 'covr::codecov()'
DESCRIPTION
@@ -25,6 +25,7 @@ Imports:
25
scales (>= 0.3.0),
26
stats
27
Suggests:
28
+ covr,
29
ggplot2movies,
30
hexbin,
31
Hmisc,
0 commit comments