README.md

ribir

Branch|Travis CI logo|AppVeyor logo|Codecov logo ---|---|---|--- master|Build Status|AppVeyor build status|codecov.io develop|Build Status|AppVeyor build status|codecov.io

This package tries to bring phylogenetics code closer to real English.

For example:

if (class(p) == "phylo") print("p is a phylogeny")

becomes:

if (is_phylogeny(p)) print("p is a phylogeny")

This package * tries to follow all R-CodingStandard guidelines * can be built without warnings and/or notes * will not trigger any warning by lintr

Build status of builds that ribir relies on

master|develop|project ---|---|--- Build Status codecov.io | Build Status codecov.io | PBD

I want to collaborate

Great! These are your options:

Pull Requests should * try to follow the R-CodingStandard guidelines * keep the package to be built without warnings and/or notes * not trigger any warning by lintr

I think I have found a bug

Awesome! These are your options:

Pull Requests should * try to follow the R-CodingStandard guidelines * keep the package to be built without warnings and/or notes * not trigger any warning by lintr

There's something else I want to say

Sure, just add an Issue. Or send an email.



richelbilderbeek/ribir documentation built on March 19, 2021, 3:55 a.m.