build: Build source and binary packages

View source: R/build.R

buildR Documentation

Build source and binary packages

Description

Build source and binary packages

Usage

build(package = getwd())

Arguments

package

character. Directory path to R package.

Details

Files get built into temporary directory, defined in tempdir().

Value

character. Named character vector containing binary and source file paths.

Note

Updated 2022-10-20.

See Also

⁠R CMD build --help⁠.

Examples

## > package <- file.path("~", "monorepo", "r-packages", "r-goalie")
## > build(package = package)

acidgenomics/bb8 documentation built on Feb. 1, 2024, 11:38 a.m.