rcmdcheck_and_log {packager} | R Documentation |
Run rcmdcheck::rcmdcheck
and Write to Log
Description
The deparse
d dput
s of Sys.info
and
rcmdcheck::rcmdcheck
are tagged and
cat
ed so we can evaluate them from reading logs (on
gitlab
, for example).
Usage
rcmdcheck_and_log(
path = ".",
args = c(build_args, "--as-cran"),
build_args = NULL
)
Arguments
path |
Path to the package directory (see
|
args |
Arguments passed to
|
build_args |
Arguments passed to
|
Value
[Package packager version 1.15.3 Index]