Skip to content

Commit

Permalink
add knitr and rmarkdown to travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisp committed Oct 9, 2016
1 parent 7036e93 commit 1c00ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ r:
cache: packages

install:
- Rscript -e 'install.packages(c("devtools","roxygen2","testthat"));devtools::install_deps("pkg")'
- Rscript -e 'install.packages(c("devtools","roxygen2","testthat", "knitr", "rmarkdown"));devtools::install_deps("pkg")'
script:
- Rscript -e 'devtools::check("pkg")'

Expand Down

0 comments on commit 1c00ce8

Please sign in to comment.