firstInBioc {BiocPkgTools}R 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))


[Package BiocPkgTools version 1.12.0 Index]