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 = "--as-cran",
build_args = args[-which(args == "--as-cran")]
)
Path to the package directory (see
devtools::as.package
).
Arguments passed to
rcmdcheck::rcmdcheck
.
Arguments passed to
rcmdcheck::rcmdcheck
.