rcmdcheck_and_log: Run 'rcmdcheck::rcmdcheck' and Write to Log

View source: R/rcmdcheck.R

rcmdcheck_and_logR Documentation

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
)

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.


packager documentation built on Aug. 16, 2023, 5:08 p.m.