Install package of specific version
install(package, version = NULL, installVersion = FALSE,
lib = .libPaths()[1], repos = getOption("repos"),
show.available = FALSE, packageSource = "", ...)
package name to install
package version
logical, TRUE for install a specific version, if FALSE then latest
path to local library
character of repository
logical to display whether the package is available
character describing where the papckage is from.
Argument to install.packages/install.version functions
Library information data
Installs from CRAN and bioconductor packages. Local libraries will not be installed.