Description Usage Arguments Examples
A constructor for the GRANRepository
class of S4 objects representing
individual repositories
1 | GRANRepository(manifest, results, param = RepoBuildParam(...), ...)
|
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 |
1 2 | man = GithubManifest("gmbecker/fastdigest")
repo = GRANRepository(man, basedir = tempdir())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.