Learn R Programming

packager (version 1.9.0)

rcmdcheck_and_log: Run rcmdcheck::rcmdcheck and Write to Log

Description

The deparsed dputs of Sys.info and rcmdcheck::rcmdcheck are tagged and cated so we can evaluate them from reading logs (on gitlab, for example).

Usage

rcmdcheck_and_log(
  path = ".",
  args = "--as-cran",
  build_args = args[-which(args == "--as-cran")]
)

Arguments

path

Path to the package directory (see devtools::as.package).

args

Arguments passed to rcmdcheck::rcmdcheck.

build_args

Arguments passed to rcmdcheck::rcmdcheck.

Value

Invisibly NULL.