Version, date and size (source file) of most recent publication.
cranPackageSize(package = "cholera", check.package = TRUE, size = TRUE,
r.ver = "4.0", bytes = TRUE, multi.core = TRUE)
Character. Package name.
Logical. Validate and "spell check" package.
Logical. Include size of source file.
Character. Current R version; used in directory path.
Logical. Compute approximate file size (bytes).
Logical or Numeric. TRUE
uses parallel::detectCores()
. FALSE
uses one, single core. You can also specify the number logical cores. Mac and Unix only.
An R data frame or NULL.