Learn R Programming

adapr (version 2.0.0)

install: Install package of specific version

Description

Install package of specific version

Usage

install(package, version = NULL, installVersion = FALSE,
  lib = .libPaths()[1], repos = getOption("repos"),
  show.available = FALSE, packageSource = "", ...)

Arguments

package

package name to install

version

package version

installVersion

logical, TRUE for install a specific version, if FALSE then latest

lib

path to local library

repos

character of repository

show.available

logical to display whether the package is available

packageSource

character describing where the papckage is from.

...

Argument to install.packages/install.version functions

Value

Library information data

Details

Installs from CRAN and bioconductor packages. Local libraries will not be installed.