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 CRAN RSPM local
#> 9 111 127 193 15