pkgcheck | R Documentation |
Generate report on package compliance with rOpenSci Statistical Software requirements
pkgcheck(
path = ".",
goodpractice = TRUE,
use_cache = TRUE,
extra_env = .GlobalEnv
)
path |
Path to local repository |
goodpractice |
If |
use_cache |
Checks are cached for rapid retrieval, and only re-run if
the git hash of the local repository changes. Setting |
extra_env |
Additional environments from which to collate checks. Other
package names may be appended using |
A pkgcheck
object detailing all package assessments automatically
applied to packages submitted for peer review.
Other pkgcheck_fns:
pkgcheck_bg()
,
print.pkgcheck()
## Not run:
checks <- pkgcheck ("/path/to/my/package") # default full check
summary (checks)
# Or to run only checks implemented in 'pkgcheck' and not the
# additional \pkg{goodpractice} checks:
checks <- pkgcheck ("/path/to/my/package", goodpractice = FALSE)
summary (checks)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.