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

r..travis.yml Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
# ref: https://docs.travis-ci.com/user/languages/r/
language: r
cache:
  directories:
  - /home/travis/R/Library
r_packages:
- jsonlite
- httr
# 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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy