Skip to content
Permalink
main
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
language: R
cache: packages
matrix:
include:
- r: devel
- r: release
after_success:
- Rscript -e 'covr::codecov()'
- r: oldrel
- r: 3.4
- r: 3.3
- r: 3.2