rcheck: Check a package

Description Usage Arguments Value

View source: R/rcheck.r

Description

Check a package located in path using rcmdcheck.

Usage

1
rcheck(path = getwd(), cleanup = FALSE)

Arguments

path

[character]
If no path to a DESCRIPTION is given, the package looks for a DESCRIPTION in the current directory and up to two parent directories.

cleanup

[logical(1L)]
Clean up the log directory, even if check failed or issued warnings. Default is FALSE.

Value

Invisibly returns TRUE on success.


rdatsci/rt documentation built on Dec. 6, 2020, 5:31 p.m.