Includes "source" column, indicating whether package is from CRAN,
Bioconductor, or from a remote (i.e. GitHub, GitLab) install.
Arguments
- lib
character. Destination library directory path. Defaults to the first element of.libPaths().
Examples
x <- installedPackages()
table(x[["source"]])
#>
#> Acid Genomics Bioconductor Bioconductor 3.21 CRAN
#> 4 11 54 195
#> local
#> 15