build: Build/Update a drat repo

View source: R/drat_builder.R

buildR Documentation

Build/Update a drat repo

Description

Build/Update a drat repo

Usage

build(package_list = "packages.txt", install = FALSE,
  install_local = FALSE, no_fetch = FALSE, no_commit = FALSE,
  no_build_vignettes = TRUE, no_manual = TRUE, drop_history = FALSE)

Arguments

package_list

Filename for the list of packages

install

Install missing packages (may be required for building vignettes)

install_local

If installing, install into a temporary library, rather than the main R libraries?

no_fetch

Skip the fetch step

no_commit

Skip the commit when updating drat

no_build_vignettes

Skip building vignettes (which skips installation which is a potential headache)

no_manual

Skip building PDF versions of the manual (which requires a fullish LaTeX installation)

drop_history

Drop all git history (note that this is a destructive operation, though drat.builder will attempt to leave things somewhat recoverable).


richfitz/drat.builder documentation built on July 18, 2022, 6:31 a.m.