Learn R Programming

packageRank (version 0.6.0)

cranPackages: Scrape CRAN package information.

Description

Current version, date and size (source and binary).

Usage

cranPackages(binary = FALSE, bytes = FALSE, multi.core = TRUE)

Value

An R data frame.

Arguments

binary

Logical. Compute size of binary files.

bytes

Logical. Compute approximate numeric file size in 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.