Build: R packaging tool combining emacs save buffers with...

Description Usage Arguments

View source: R/Build.R

Description

Build an R-package from source files.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
Build(
  pkg,
  Source = options()$packageHome,
  lib = .libPaths()[1],
  ask = FALSE,
  quick = FALSE,
  recompile = FALSE,
  quiet = FALSE,
  vignettes = TRUE,
  verbose = TRUE,
  ...
)

Arguments

pkg

The quoted or unquoted name of the package

Source

A list of directories or a single directory #' in which to search for the package's source code. Default is options()$refreshSource.

lib

Where to install the package. Default is .libPaths()[1].

ask

If TRUE prompt user for source and library directories

quick

passed to devtools::install

recompile

use pkgbuild::compile_dll()?

quiet

passed to devtools::install

vignettes

if TRUE circumvent devtools::install and use R CMD build/INSTALL instead

verbose

blabla?

...

passed devtools::build


tagteam/Refresh documentation built on June 14, 2021, 5:17 p.m.