powered by
A constructor for the GRANRepository class of S4 objects representing individual repositories
GRANRepository
GRANRepository(manifest, results, param = RepoBuildParam(...), ...)
A PkgManifest object
A data.frame containing previous build results
A RepoBuildParam object controlling the location and behavior of the repository being built
Passed through to the default value of param
param
# NOT RUN { man = GithubManifest("gmbecker/fastdigest") repo = GRANRepository(man, basedir = tempdir()) # }
Run the code above in your browser using DataLab