Learn R Programming

GRANCore (version 0.2.7)

GRANRepository-class: GRANRepository

Description

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

Usage

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

Run this code
# NOT RUN {
man = GithubManifest("gmbecker/fastdigest")
repo = GRANRepository(man, basedir = tempdir())
# }

Run the code above in your browser using DataLab