manualBuild: Build package manually

View source: R/manualBuild.R

manualBuildR Documentation

Build package manually

Description

This function was specifically designed to build a package from local source files manually, i.e., without using the package building functionality offered e.g. by RStudio.

Usage

manualBuild(dsn = getwd(), document = TRUE, ...)

Arguments

dsn

'character'. Target folder containing source files; defaults to the current working directory.

document

'logical'. Determines whether or not to invoke roxygenize with default roclets.

...

Further arguments passed on to build.

Author(s)

Florian Detsch

See Also

roxygenize, build,install.packages.

Examples

## Not run: 
## when in a package directory, e.g. '~/satellite' 
manualBuild()

## End(Not run)


environmentalinformatics-marburg/Rsenal documentation built on July 28, 2023, 6:09 a.m.