| bioc_cran_archived | R Documentation |
Checks on the 4 Bioconductor repositories which packages depend on a archived package.
bioc_cran_archived(which = "strong")
which |
a character vector listing the types of
dependencies, a subset of
|
A data.frame with the name of the Bioconductor packages depending on archived packages (on Archived column) and the number of missing packages (n).
For CRAN's data source: tools::CRAN_package_db()
bca <- bioc_cran_archived()
head(bca)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.