Get Bioconductor download statistics

biocDownloadStats(
  pkgType = c("software", "data-experiment", "workflows", "data-annotation")
)

Arguments

pkgType

character() All, some, or one of 'software', 'data-experiment', 'workflows', or 'data-annotation' (defaults to all types)

Value

A tibble of download statistics for all Bioconductor packages

Details

Note that Bioconductor package download stats are not version-specific.

Examples

biocDownloadStats()
#> 'getOption("repos")' replaces Bioconductor standard repositories, see
#> 'help("repositories", package = "BiocManager")' for details.
#> Replacement repositories:
#>     CRAN: https://cran.rstudio.com
#> adding rname 'https://bioconductor.org/packages/3.22/data/experiment/VIEWS'
#> 
#> adding rname 'https://bioconductor.org/packages/3.22/workflows/VIEWS'
#> 
#> adding rname 'https://bioconductor.org/packages/3.22/data/annotation/VIEWS'
#> 
#> adding rname 'https://bioconductor.org/packages/stats/bioc/bioc_pkg_stats.tab'
#> 
#> adding rname 'https://bioconductor.org/packages/stats/data-experiment/experiment_pkg_stats.tab'
#> 
#> adding rname 'https://bioconductor.org/packages/stats/workflows/workflows_pkg_stats.tab'
#> 
#> adding rname 'https://bioconductor.org/packages/stats/data-annotation/annotation_pkg_stats.tab'
#> 
#> # A tibble: 496,296 × 7
#>    pkgType  Package  Year Month Nb_of_distinct_IPs Nb_of_downloads Date      
#>    <chr>    <chr>   <int> <chr>              <int>           <int> <date>    
#>  1 software a4       2026 Jan                   64              75 2026-01-01
#>  2 software a4       2026 Feb                    0               0 2026-02-01
#>  3 software a4       2026 Mar                    0               0 2026-03-01
#>  4 software a4       2026 Apr                    0               0 2026-04-01
#>  5 software a4       2026 May                    0               0 2026-05-01
#>  6 software a4       2026 Jun                    0               0 2026-06-01
#>  7 software a4       2026 Jul                    0               0 2026-07-01
#>  8 software a4       2026 Aug                    0               0 2026-08-01
#>  9 software a4       2026 Sep                    0               0 2026-09-01
#> 10 software a4       2026 Oct                    0               0 2026-10-01
#> # ℹ 496,286 more rows