devtools (version 0.8)

build: Build package in specified directory.

Description

Build package in specified directory.

Usage

build(pkg = ".", path = NULL, binary = FALSE)

Arguments

pkg
package description, can be path or package name. See as.package for more information
path
path in which to produce package. If NULL, defaults to the parent directory of the package.
binary
Produce a binary (--binary) or source ( --no-manual --no-vignettes) version of the package.

Value

  • a string giving the location (including file name) of the built package

See Also

Other build functions: build_win