How to contribute:
Source:.github/CONTRIBUTING.md
First off, thank you for considering contributing to BioCor, and using it or considering it.
I welcome: * Ideas or reference to articles which could be interesting to add are appreciated * Report of bugs, problems and anything you think it can improve the package. Check with the template for issues. * New algorithms to calculate functional similarity.
Pull request
Try to keep the format and style of coding, this includes using: * roxygen2 to create documentation pages, * testthat for testing, and * following the google R style and the Bioconductor recomendations.
I try to maintain a code coverage above 75%, so if you send a pull request, please provide the necessary tests.