https://github.com/ropensci/rfishbase
Raw File
Tip revision: 35b3ab58ef36221fe0db30da7b9505fa9288bd8a authored by Carl Boettiger on 23 September 2019, 19:15:34 UTC
fix bug regression
Tip revision: 35b3ab5
.travis.yml

language: R
sudo: false
cache: packages

after_success:
  - Rscript -e 'covr::codecov()'
back to top