Awesome
ribir
Branch | |||
---|---|---|---|
master | |||
develop |
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 |
---|---|---|
PBD |
I want to collaborate
Great! These are your options:
- Add an Issue
- Submit a Pull Request
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:
- Add an Issue, with the test that fails
- Submit a Pull Request, where the test is added to the
tests/testthat
folder
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.