installedPackages: Find installed packages

View source: R/installedPackages.R

installedPackagesR Documentation

Find installed packages

Description

Includes "source" column, indicating whether package is from CRAN, Bioconductor, or from a remote (i.e. GitHub, GitLab) install.

Usage

installedPackages(lib = NULL)

Arguments

lib

character. Destination library directory path. Defaults to the first element of .libPaths().

Note

Updated 2021-08-23.

See Also

  • sessioninfo::package_info().

  • utils::installed.packages().

Examples

x <- installedPackages()
table(x[["source"]])

acidgenomics/bb8 documentation built on Feb. 1, 2024, 11:38 a.m.