packageRank (version 0.3.0)

packageRankTime: Package download counts and rank percentiles (longitudinal).

Description

Temporal pattern over last week or month.

Usage

packageRankTime(packages = "HistData", when = "last-month",
  sample.pct = 5, multi.core = TRUE)

Arguments

packages

Character. Vector of package name(s).

when

Character. "last-month" or "last-week".

sample.pct

Numeric. Percent of packages to sample.

multi.core

Logical or Numeric. TRUE uses parallel::detectCores(). FALSE uses one, single core. You can also specify the number logical cores to use. Note that due to performance considerations, the number of cores defaults to one on Windows.

Examples

Run this code
# NOT RUN {
plot(packageRankTime(packages = "HistData", when = "last-week"))
plot(packageRankTime(packages = c("Rcpp", "rlang", "data.table"), when = "last-month"))
# }

Run the code above in your browser using DataLab