Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

BiocManager-pkg

Install or update Bioconductor, CRAN, or GitHub packages


Description

This package provides tools for managing Bioconductor and other packages in a manner consistent with Bioconductor's package versioning and release system.

Details

Main functions are as follows; additional help is available for each function, e.g., ?BiocManager::version.

  • BiocManager::install(): Install or update packages from Bioconductor, CRAN, and GitHub.

  • BiocManager::version(): Report the version of Bioconductor in use.

  • BiocManager::available(): Return a character() vector of package names available (at BiocManager::repositories()) for installation.

  • BiocManager::valid(): Determine whether installed packages are from the same version of Bioconductor.

  • BiocManager::repositories(): Bioconductor and other repository URLs to discover packages for installation.

The version of Bioconductor in use is determined by the installed version of a second package, BiocVersion. BiocVersion is installed automatically during first use of BiocManager::install(). If BiocVersion has not yet been installed, the version is determined by code in base R.

Options influencing package behavior (see ?options, ?getOption) include:

  • "repos", "BiocManager.check_repositories", "BiocManager.snapshot": URLs of additional repositories for use by BiocManger::install(). See ?repositories.

  • "pkgType": The default type of packages to be downloaded and installed; see ?install.packages.

  • "timeout": The maximum time allowed for download of a single package, in seconds. BiocManager increases this to 300 seconds to accommodate download of large BSgenome and other packages.

System environment variables influencing package behavior include:

  • BIOCONDUCTOR_ONLINE_VERSION_DIAGNOSIS advanced configuration to avoid Bioconductor version checks. See ?install.

Author(s)

Maintainer: Marcel Ramos marcel.ramos@roswellpark.org (ORCID) [contributor]

Authors:

See Also

Useful links:

Examples

R.version.string
packageVersion("BiocManager")
if (requireNamespace("BiocVersion", quietly = TRUE))
    packageVersion("BiocVersion")
BiocManager::version()

BiocManager

Access the Bioconductor Project Package Repository

v1.30.15
Artistic-2.0
Authors
Martin Morgan [aut] (<https://orcid.org/0000-0002-5874-8148>), Marcel Ramos [ctb, cre] (<https://orcid.org/0000-0002-3242-0582>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.