Generate report on package compliance with rOpenSci Statistical Software requirements
Source:R/pkgcheck-fn.R
pkgcheck.Rd
Generate report on package compliance with rOpenSci Statistical Software requirements
Arguments
- path
Path to local repository
- goodpractice
If
FALSE
, skip goodpractice checks. May be useful in development stages to more quickly check other aspects.- use_cache
Checks are cached for rapid retrieval, and only re-run if the git hash of the local repository changes. Setting
use_cache
toFALSE
will for checks to be re-run even if the git hash has not changed.- extra_env
Additional environments from which to collate checks. Other package names may be appended using
c
, as inc(.GlobalEnv, "mypkg")
.
Value
A pkgcheck
object detailing all package assessments automatically
applied to packages submitted for peer review.
See also
Other pkgcheck_fns:
pkgcheck_bg()
,
print.pkgcheck()