The function lists all packages available from repositories()
when no pattern is provided. This usually includes CRAN and Bioconductor packages. The function can also be used to check for package name availability. Common use cases include annotation package lookups by organism short name (e.g., "hsapiens").
available(pattern = "", include_installed = TRUE)
Arguments
character(1) pattern to filter (via grep(pattern=...)
) available packages; the filter is not case sensitive.
logical(1) When TRUE
, include installed packages in list of available packages; when FALSE
, exclude installed packages.
character()
vector of package names available for installation.
if (interactive()) {
avail <- BiocManager::available()
length(avail)
BiocManager::available("bs.*hsapiens")
}
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4