Learn R Programming

packager (version 1.15.2)

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 = c(build_args, "--as-cran"),
  build_args = NULL
)

Value

Invisibly NULL.

Arguments

path

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

args

Arguments passed to rcmdcheck::rcmdcheck.

build_args

Arguments passed to rcmdcheck::rcmdcheck.