View source: R/run_covr_modes.R
| initialise_covr_env | R Documentation |
Initialise a temporary coverage environment (framework-aware)
initialise_covr_env(pkg_source_path, pkg, framework = "none", work_dir = NULL)
pkg_source_path |
Character; package root. |
pkg |
Character; package name. |
framework |
Character; e.g. "testthat", "testit", "bioc", "none". |
work_dir |
Optional explicit temp workspace; if NULL it is composed from inputs. |
environment cov_env with $work_dir and $pkg_root set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.