firstInBioc: When did a package enter Bioconductor?

View source: R/biocDownloadStats.R

firstInBiocR Documentation

When did a package enter Bioconductor?

Description

This function uses the biocDownloadStats data to approximate when a package entered Bioconductor. Note that the download stats go back only to 2009.

Usage

firstInBioc(download_stats)

Arguments

download_stats

a data.frame from biocDownloadStats

Examples


dls <- biocDownloadStats()
tail(firstInBioc(dls))


seandavi/BiocPkgTools documentation built on Feb. 2, 2024, 12:02 p.m.