packageVersionPercent {packageRank}R Documentation

Compute data for versionPlot().

Description

packageRank::blog.data or recompute random sample of packages.

Usage

packageVersionPercent(lst, yr.mo = "2020-07", multi.core = FALSE)

Arguments

lst

Object. List of CRAN download logs data frames. Use monthlyLog().

yr.mo

Character. "yyyy-mo". packageVersionsPercent(NULL, yr.mo)

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.

Examples

## Not run: 
# To resample and recompute, set lst to NULL, specify a yr.mo:
packageVersionPercent(NULL, yr.mo = "2020-07")

Otherwise, you must provide a pre-computed lst of logs.

## End(Not run)

[Package packageRank version 0.9.0 Index]