GRANRepository: GRANRepository

Description Usage Arguments Examples

View source: R/constructor.R

Description

A constructor for the GRANRepository class of S4 objects representing individual repositories

Usage

1
GRANRepository(manifest, results, param = RepoBuildParam(...), ...)

Arguments

manifest

A PkgManifest object

results

A data.frame containing previous build results

param

A RepoBuildParam object controlling the location and behavior of the repository being built

...

Passed through to the default value of param

Examples

1
2
man = GithubManifest("gmbecker/fastdigest")
repo = GRANRepository(man, basedir = tempdir())

GRANCore documentation built on Feb. 4, 2020, 5:06 p.m.