Skip to content

Commit

Permalink
Merge branch 'master' into germline
Browse files Browse the repository at this point in the history
  • Loading branch information
schristley authored Sep 16, 2021
2 parents 6dd697e + d7ccc83 commit a41582d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ matrix:
r:
- release
sudo: false
latex: false
cache: packages
addons:
apt:
Expand All @@ -44,13 +45,14 @@ matrix:
- devtools
- roxygen2
- testthat
- knitr
- rmarkdown
- readr
- stringi
- yaml
- jsonlite
before_install:
- wget -qO- "https://yihui.org/tinytex/install-bin-unix.sh" | sh
- cd lang/R
- R -e 'install.packages(c("devtools", "roxygen2", "testthat"))'
install:
- R -e 'devtools::install_deps(dep=T)'
before_script:
- R -e 'devtools::document()'
script:
- R CMD build .
- R CMD check *tar.gz --as-cran --run-donttest

0 comments on commit a41582d

Please sign in to comment.