powered by
available.packages A generic for available.packages and a method for GRANRepository objects
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)
# 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)
The repository or contrib url
See base documentation
The type of packages to query
See base documetnation
Character string for the repository to query. GRANRepository objects should be passed to the contriburl argument.
# 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