ribir

August 14, 2019 ยท View on GitHub

BranchTravis CI logoAppVeyor logoCodecov logo
masterBuild StatusAppVeyor build statuscodecov.io
developBuild StatusAppVeyor build statuscodecov.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

masterdevelopproject
Build Status codecov.ioBuild Status codecov.ioPBD

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.