View source: R/run_covr_skip_bioc_nstf.R
| get_source_test_mapping_Bioc_nstf | R Documentation |
Map Bioconductor source files to test files, avoiding false positives. Tightens filename and content-based matching; handles short names like "t".
get_source_test_mapping_Bioc_nstf(pkg_source_path, test_dir)
pkg_source_path |
Character; path to the package root (expects R/ under it). |
test_dir |
Character; path to tests directory (e.g., file.path(pkg, "tests")) |
data.frame with columns: source_file, test_file, evidence, has_tests
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.