Skip to contents

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.

Examples

x <- installedPackages()
table(x[["source"]])
#> 
#> Acid Genomics  Bioconductor          CRAN          RSPM         local 
#>             9           111           127           193            15