devtools (version 0.3)

check: Build and check a package, cleaning up automatically on success.

Description

Build and check a package, cleaning up automatically on success.

Usage

check(pkg, document=TRUE)

Arguments

pkg
package description, can be path or package name. See as.package for more information
document
if TRUE (the default), will update and check documentation before running formal check.

Details

check automatically builds a package before using R CMD check as this is the recommended way to check pakcages. Note that this process runs in an independent realisation of R, so nothing in your current workspace will affect the proces.