powered by
packageRank::blog.data or recompute random sample of packages.
packageVersionPercent(lst, yr.mo = "2020-07", multi.core = TRUE)
Object. List of CRAN download logs data frames. Use monthlyLog().
Character. "yyyy-mo". packageVersionsPercent(NULL, yr.mo)
Logical or Numeric. TRUE uses parallel::detectCores(). FALSE uses one, single core. You can also specify the number logical cores. Mac and Unix only.
TRUE
parallel::detectCores()
FALSE
# 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. # }
Run the code above in your browser using DataLab