cranPackages: Scrape CRAN package information.
Description
Current version, date and size (source and binary).
Usage
cranPackages(binary = FALSE, bytes = FALSE, multi.core = TRUE)
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.