All Downloads are FREE. Search and download functionalities are using the official Maven repository.

r..travis.yml.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
# ref: https://docs.travis-ci.com/user/languages/r/
language: r
cache:
  directories:
  - /home/travis/R/Library
r_packages:
- jsonlite
{{^isHttr2}}
- httr
{{/isHttr2}}
{{#isHttr2}}
- httr2
{{/isHttr2}}
- testthat
# uncomment below to install deps with devtools
#install:
#- R -e 'devtools::install_deps(dep = T)'
script:
- R CMD build .
- R CMD check *tar.gz
- R CMD INSTALL *tar.gz
after_failure:
- cat ${TRAVIS_BUILD_DIR}/namsor.Rcheck/tests/testthat.Rout.fail




© 2015 - 2024 Weber Informatics LLC | Privacy Policy