View source: R/run_covr_skip_runit_nstf.R
| is_runit_layout | R Documentation |
Returns TRUE when the package has RUnit tests in inst/unitTests (with or without the BiocGenerics .test() runner). Heuristics: - test_pkg_data$has_BioG_test (BioC full layout), OR - test_pkg_data$has_RUnit_test (inst/unitTests, no .test required), OR - inst/unitTests exists, OR - tests/run_unitTests.R exists
is_runit_layout(pkg_source_path, test_pkg_data = NULL)
pkg_source_path |
Character. Path to package source root. |
test_pkg_data |
List or NULL. Output from check_pkg_tests_and_snaps(). |
Logical. TRUE if the package uses RUnit layout.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.