rcmdcheck::rcmdcheck
and Write to LogThe 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).
rcmdcheck_and_log(
path = ".",
args = c(build_args, "--as-cran"),
build_args = NULL
)
Path to the package directory (see
devtools::as.package
).
Arguments passed to
rcmdcheck::rcmdcheck
.
Arguments passed to
rcmdcheck::rcmdcheck
.