packageDistribution: Package Download Distribution.

View source: R/packageDistribution.R

packageDistributionR Documentation

Package Download Distribution.

Description

Package Download Distribution.

Usage

packageDistribution(package = "HistData", date = NULL,
  all.filters = FALSE, ip.filter = FALSE, small.filter = FALSE,
  memoization = TRUE, check.package = TRUE, multi.core = TRUE,
  dev.mode = FALSE, threshold = 1000L)

Arguments

package

Character. Vector of package name(s).

date

Character. Date. "yyyy-mm-dd". NULL uses latest available log.

all.filters

Logical. Master switch for filters.

ip.filter

Logical.

small.filter

Logical. TRUE filters out downloads less than 1000 bytes.

memoization

Logical. Use memoization when downloading logs.

check.package

Logical. Validate and "spell check" package.

multi.core

Logical or Numeric. TRUE uses parallel::detectCores(). FALSE uses one, single core. You can also specify the number logical cores. Mac and Unix only.

dev.mode

Logical. Development mode uses parallel::parLapply().

threshold

Numeric. Threshold for small.filter in Bytes.


packageRank documentation built on Nov. 10, 2023, 1:07 a.m.