Description Usage Arguments Examples
available.packages A generic for available.packages and a method for GRANRepository objects
1 2 3 4 5 6 7 8 9 10 11 | available.packages(contriburl, method, fields = NULL,
type = getOption("pkgType"), filters = NULL, repos = NULL)
## S4 method for signature 'ANY'
available.packages(contriburl, method, fields = NULL,
type = getOption("pkgType"), filters = NULL, repos = NULL)
## S4 method for signature 'GRANRepository'
available.packages(contriburl, method,
fields = NULL, type = getOption("pkgType"), filters = NULL,
repos = NULL)
|
contriburl |
The repository or contrib url |
method |
See base documentation |
fields |
See base documentation |
type |
The type of packages to query |
filters |
See base documetnation |
repos |
Character string for the repository to query. GRANRepository objects should be passed to the contriburl argument. |
1 2 3 | repo = GRANRepository(GithubManifest("gmbecker/fastdigest"), basedir = tempdir())
## none because the repository hasn't been built...
available.packages(repo)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.