cranPackages: Scrape CRAN package information.

View source: R/cranPackages.R

cranPackagesR Documentation

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.

Value

An R data frame.


packageRank documentation built on Nov. 10, 2023, 1:07 a.m.