Usage
pkgManDescribe(pkgName, print.it = TRUE)
pkgManInstall(pkgs, install.deps = FALSE, ask = TRUE)
pkgManGetInstalled(sep = ";", eol = "\t\n")
pkgManGetAvailable(page = "next", pattern = "", n = 50, keep = c("Package", "Version", "InstalledVersion", "Status"), reload = FALSE, sep = ";", eol = "\t\n")
pkgManLoad(pkgName)
pkgManDetach(pkgName)
pkgManRemove(pkgName)
pkgManGetMirrors()
pkgManSetCRANMirror(url)
Arguments
pkgName
the name of one R package (character string).
print.it
Should the result be printed?
pkgs
a list of packages to install.
install.deps
do we also install dependencies?
ask
do we prompt the user for package installation?
sep
field separator to use.
eol
end-of-line sequence to use.
pattern
selection pattern.
n
the number of items to retrieve.
keep
the columns to keep in the resulting data frame.
reload
do we force reload of the data and ignore cache version?
url
the URL to use for the current CRAN mirror.