buildBranchesInRepo: Build SCM Checkouts Into Repository Directory

Description Usage Arguments Value Author(s)

View source: R/buildBranchesInRepo.R

Description

Create the tarballs in the new repo from the SCM branch locs

Usage

1
2
buildBranchesInRepo(repo, cores = 1, temp = FALSE,
  incremental = TRUE, manifest = manifest_df(repo))

Arguments

repo

a GRANRepository object

cores

number of cores to use during build process. defaults to (parallel:::detectCores() - 1)

temp

logical. whether we are building the temp or final version of the repository

incremental

logical. whether packages should only be rebuilt if the version number has increased. Default is TRUE

manifest

data.frame containing a GRAN manifest of pkgs to build. Defaults to the full manifest associated with repo

Value

a list with success and fail elements containing the directories which succeeded and failed the build

Author(s)

Cory Barr, Gabriel Becker


GRANBase documentation built on Feb. 6, 2020, 5:09 p.m.