Learn R Programming

GRANCore (version 0.2.7)

available.packages: available.packages A generic for available.packages and a method for GRANRepository objects

Description

available.packages A generic for available.packages and a method for GRANRepository objects

Usage

available.packages(contriburl, method, fields = NULL,
  type = getOption("pkgType"), filters = NULL, repos = NULL)

# S4 method for ANY available.packages(contriburl, method, fields = NULL, type = getOption("pkgType"), filters = NULL, repos = NULL)

# S4 method for GRANRepository available.packages(contriburl, method, fields = NULL, type = getOption("pkgType"), filters = NULL, repos = NULL)

Arguments

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.

Examples

Run this code
# NOT RUN {
repo = GRANRepository(GithubManifest("gmbecker/fastdigest"), basedir = tempdir())
## none because the repository hasn't been built...
available.packages(repo)
# }

Run the code above in your browser using DataLab