pkg_check: Package check

Description Usage Arguments

View source: R/pkg_xyz.R

Description

Build and run diagnostic checks on the package

Usage

1
2
3
pkg_check(projname = ".", bopt = c("--no-manual"),
  copt = c("--no-manual", "--timings"), ropt = c("--vanilla"),
  rm.src = TRUE)

Arguments

projname

path to the project file

bopt

a character vector, or space-delimited character string, of options to be passed to build. By default --no-manual

copt

a character vector, or space-delimited character string, of options to be passed to check. By default --vanilla to run in a baseline R session, reading no profile or environment files, and no saving of workspace

ropt

a character vector, or space-delimited character string, of options to be passed to R. By default --vanilla to run in a baseline R session, reading no profile or environment files, and no saving of workspace

rm.src

remove source file


AkselA/R-projector documentation built on June 19, 2020, 4:24 p.m.