While the package currently builds, it does not pass R CMD BiocCheck. Examples need to be added to all functions, especially those that are user-facing.
Such examples can then rather easily be turned into unit tests for each function within the testthat framework.
While the package currently builds, it does not pass
R CMD BiocCheck
. Examples need to be added to all functions, especially those that are user-facing.Such examples can then rather easily be turned into unit tests for each function within the
testthat
framework.