Learn R Programming

packageRank (version 0.6.0)

cranPackageSize: Scrape package data from CRAN.

Description

Version, date and size (source file) of most recent publication.

Usage

cranPackageSize(package = "cholera", check.package = TRUE, size = TRUE,
  r.ver = "4.0", bytes = TRUE, multi.core = TRUE)

Value

An R data frame or NULL.

Arguments

package

Character. Package name.

check.package

Logical. Validate and "spell check" package.

size

Logical. Include size of source file.

r.ver

Character. Current R version; used in directory path.

bytes

Logical. Compute approximate file size (bytes).

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.