filteredDownloads: Filtered package downloads from the RStudio CRAN mirror...

View source: R/filteredDownloads.R

filteredDownloadsR Documentation

Filtered package downloads from the RStudio CRAN mirror (prototype).

Description

ip, triplet, small, sequence and size filters.

Usage

filteredDownloads(packages = "HistData", date = NULL, all.filters = TRUE,
  ip.filter = FALSE, triplet.filter = FALSE, small.filter = FALSE,
  sequence.filter = FALSE, size.filter = FALSE, check.package = TRUE,
  memoization = TRUE, multi.core = TRUE)

Arguments

packages

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.

triplet.filter

Logical.

small.filter

Logical. TRUE filters out downloads less than 1000 bytes.

sequence.filter

Logical.

size.filter

Logical.

check.package

Logical. Validate and "spell check" package.

memoization

Logical. Use memoization when downloading logs.

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.


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