bioc_cran_archived: Bioconductor packages using CRAN archived packages

View source: R/bioconductor.R

bioc_cran_archivedR Documentation

Bioconductor packages using CRAN archived packages

Description

Checks on the 4 Bioconductor repositories which packages depend on a archived package.

Usage

bioc_cran_archived(which = "strong")

Arguments

which

a character vector listing the types of dependencies, a subset of c("Depends", "Imports", "LinkingTo", "Suggests", "Enhances"). Character string "all" is shorthand for that vector, character string "most" for the same vector without "Enhances", character string "strong" (default) for the first three elements of that vector.

Value

A data.frame with the name of the Bioconductor packages depending on archived packages (on Archived column) and the number of missing packages (n).

See Also

For CRAN's data source: tools::CRAN_package_db()

Examples

bca <- bioc_cran_archived()
head(bca)

repo.data documentation built on Sept. 15, 2025, 9:08 a.m.