buildBranchesInRepo: Build SCM Checkouts Into Repository Directory

View source: R/buildBranchesInRepo.R

buildBranchesInRepoR Documentation

Build SCM Checkouts Into Repository Directory

Description

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

Usage

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


gmbecker/gRAN documentation built on July 5, 2023, 11:05 p.m.