latestPkgStats: Summary of the latest package statistics

View source: R/biocDownloadStats.R

latestPkgStatsR Documentation

Summary of the latest package statistics

Description

The latestPkgStats function combines outputs from several functions to generate a table of relevant statistics for a given package.

Usage

latestPkgStats(
  gh_repo,
  Date,
  pkgType = c("software", "data-experiment", "workflows", "data-annotation")
)

Arguments

gh_repo

character(1) The GitHub repository location including the username / organization and the repository name, e.g., "Bioconductor/S4Vectors"

Date

character(1) The date cutoff from which to analyze closed issues in the YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ format (ISO 8601).

pkgType

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

Examples

if (interactive()) {

  latestPkgStats("Bioconductor/BiocGenerics", "2021-05-05")

}

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