Get Bioconductor download statistics for a package

pkgDownloadStats(
  pkg,
  pkgType = c("software", "data-experiment", "workflows", "data-annotation"),
  years = format(Sys.time(), "%Y")
)

Arguments

pkg

character(1) The name of a Bioconductor package

pkgType

character(1) One of 'software', 'data-experiment', 'workflows', or 'data-annotation' (defaults to 'software')

years

numeric(), character() A vector of years from which to obtain download statistics (defaults to current year)

Value

A tibble of download statistics

Examples


pkgDownloadStats("GenomicRanges")
#> # A tibble: 3 × 4
#>    Year Month Nb_of_distinct_IPs Nb_of_downloads
#>   <int> <chr>              <int>           <int>
#> 1  2025 Jan                40692           77408
#> 2  2025 Feb                44415           86445
#> 3  2025 Mar                 4768            6899