Get Bioconductor download statistics
biocDownloadStats(
pkgType = c("all", "software", "data-experiment", "workflows", "data-annotation")
)
character(1) Either one of 'software', 'data-experiment', 'workflows', or 'data-annotation' (defaults to 'all' or 'software')
A tibble
of download statistics for all Bioconductor packages
Note that Bioconductor package download stats are not version-specific.
biocDownloadStats()
#> adding rname 'http://bioconductor.org/packages/stats/bioc/bioc_pkg_stats.tab'
#> adding rname 'http://bioconductor.org/packages/stats/data-experiment/experiment_pkg_stats.tab'
#> adding rname 'http://bioconductor.org/packages/stats/workflows/workflows_pkg_stats.tab'
#> adding rname 'http://bioconductor.org/packages/stats/data-annotation/annotation_pkg_stats.tab'
#> # A tibble: 749,868 × 7
#> pkgType Package Year Month Nb_of_distinct_IPs Nb_of_downloads Date
#> <chr> <chr> <int> <chr> <int> <int> <date>
#> 1 software ABarray 2023 Jan 49 97 2023-01-01
#> 2 software ABarray 2023 Feb 40 91 2023-02-01
#> 3 software ABarray 2023 Mar 43 65 2023-03-01
#> 4 software ABarray 2023 Apr 48 88 2023-04-01
#> 5 software ABarray 2023 May 66 85 2023-05-01
#> 6 software ABarray 2023 Jun 0 0 2023-06-01
#> 7 software ABarray 2023 Jul 0 0 2023-07-01
#> 8 software ABarray 2023 Aug 0 0 2023-08-01
#> 9 software ABarray 2023 Sep 0 0 2023-09-01
#> 10 software ABarray 2023 Oct 0 0 2023-10-01
#> # ℹ 749,858 more rows