swh:1:snp:b33649b2c5b0f3f9374db3e344d5a92f8f6e5fbe
Tip revision: 357f992909e9488d5de70392063e22cf5a52f5bd authored by Carl Boettiger on 24 May 2017, 03:13:42 UTC
These are all in the crosswalk now
These are all in the crosswalk now
Tip revision: 357f992
.travis.yml
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
language: R
sudo: true
cache: packages
apt_packages:
- libv8-dev
before_install:
- cd tests
script:
- R -e "devtools::install()"
- R -f test.R