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())

gmbecker/GRANCore documentation built on Nov. 6, 2019, 7:22 p.m.