View source: R/available-packages.R
available_packages | R Documentation |
This function is similar to utils::available.packages()
, but also
includes the crancache repositories in the list.
available_packages(contriburl = contrib.url(repos, type), method,
fields = NULL, type = getOption("pkgType"), filters = NULL,
repos = getOption("repos"))
contriburl |
URL(s) of the ‘contrib’ sections of the repositories. Specify this argument only if your repository mirror is incomplete, e.g., because you burned only the ‘contrib’ section on a CD. |
method |
download method, see |
fields |
a character vector giving the fields to extract from
the ‘PACKAGES’ file(s) in addition to the default ones, or
|
type |
character string, indicate which type of packages: see
If |
filters |
a character vector or list or |
repos |
character vector, the base URL(s) of the repositories to use. |
Other caching package management functions: download_packages
,
install_packages
,
update_packages
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.