simplified input to assess package for risk metrics
Usage
risk_assess_pkg(path = NULL)
Arguments
- path
(optional) path of locally stored package source code
Value
list containing results - list containing metrics, covr, tm - trace matrix, and R CMD check
Examples
if (FALSE) { # \dontrun{
risk_assess_package <- risk_assess_pkg()
OR
risk_assess_package <- risk_assess_pkg(path/to/package.tar.gz)
} # }