View source: R/run_covr_skip_dt_nstf.R
| dt_find_wrapper_tests | R Documentation |
Returns absolute, normalized paths to known wrapper test scripts under
tests/ for a data.table source checkout. This is used to determine
which wrapper files exist locally so that callers can distinguish between
the canonical entrypoint tests/main.R and other wrapper scripts
(e.g., froll.R, programming.R, etc.).
dt_find_wrapper_tests(pkg_source_path)
pkg_source_path |
character(1). Path to the package source root that
contains the |
character(). A vector of existing files among the known candidates,
with absolute paths normalized via normalizePath(..., winslash = "/").
The vector is empty if none of the candidates exist.
The candidate list is intentionally small and stable. If the upstream repository adds additional wrappers, extend this function’s list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.