Skip to contents

Assess a package's results from running R CMD check

Usage

assess_exported_namespace(x, ...)

Arguments

x

a pkg_ref package reference object

...

additional arguments passed on to S3 methods, rarely used

Value

a pkg_metric containing List of functions and objects exported by a package, excluding S3methods

Examples

if (FALSE) { # \dontrun{
assess_exported_namespace(pkg_ref("riskmetric"))
} # }