https://github.com/dunleavy005/phylomoments
Raw File
Tip revision: 7cf44fb0e9d775370dcad70fba56807835aa7f5c authored by Amrit Dhar on 10 March 2018, 16:18:02 UTC
added our paper citation
Tip revision: 7cf44fb
.travis.yml
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: r
sudo: false
cache: packages
warnings_are_errors: true
back to top