Learn R Programming

packageRank (version 0.3.5)

packageDistribution: Package Download Distribution.

Description

Package Download Distribution.

Usage

packageDistribution(package = "HistData", date = Sys.Date() - 1,
  size.filter = FALSE, memoization = TRUE, check.package = TRUE,
  dev.mode = FALSE)

Arguments

package

Character. Vector of package name(s).

date

Character. Date. "yyyy-mm-dd".

size.filter

Logical or Numeric. If Logical, TRUE filters out downloads less than 1000 bytes. If Numeric, a positive value sets the minimum download size (in bytes) to consider; a negative value sets the maximum download size to consider.

memoization

Logical. Use memoization when downloading logs.

check.package

Logical. Validate and "spell check" package.

dev.mode

Logical. Use validatePackage0() to scrape CRAN.