We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364757c commit a8eb065Copy full SHA for a8eb065
.travis.yml
@@ -11,6 +11,7 @@ before_install:
11
- Rscript -e "update.packages(ask = FALSE)"
12
- Rscript -e "if (!'covr' %in% rownames(installed.packages())) install.packages('covr')"
13
- Rscript -e "if (!'roxygen2' %in% rownames(installed.packages())) install.packages('roxygen2')"
14
+ - Rscript -e "if (!'devtools' %in% rownames(installed.packages())) install.packages('devtools')"
15
16
before_script:
17
- Rscript -e "devtools::document()"
0 commit comments