Usage
install.views(views, coreOnly = FALSE, repos = NULL,
dependencies = TRUE, ...)
CRAN.views(repos = NULL, ...)## S3 method for class 'ctv':
print(x, packagelist = TRUE, \dots)
## S3 method for class 'ctvlist':
print(x, packagelist = FALSE, \dots)
Arguments
views
character vector with the short names of the task views whose
associated packages should be downloaded and installed. Alternatively,
views can also be an object of class "ctvlist" (as returned
by CRAN.views
coreOnly
logical. Should all packages or only core packages be installed?
(recycled to the same length as views)
repos
character, the base URL of the repository. By default getOption("repos")
is tried and otherwise getOption("CRAN") is used.
dependencies
logical. Should uninstalled packages on
which the packages associated with the task views depends
(or suggests/imports) also be installed?
x
an object of class "ctv" or "ctvlist" respectively.
packagelist
logical. Should the packagelist also be printed?