Skip to content
zkamvar edited this page Dec 18, 2014 · 3 revisions

Testing in poppr is achieved through the package testthat. If you contribute to poppr, you should write tests for your contributions especially if these contributions have analytical output (i.e. a genetic distance or differentiation test). The tests live in the folder tests/testthat. These tests are run during R CMD check, so to avoid getting grief from the maintainers, make sure your tests run in under a second.

Clone this wiki locally