tripletFilter: Filter out small downloads triplets (prototype).
Description
Logs from RStudio's CRAN Mirror http://cran-logs.rstudio.com/
Usage
tripletFilter(dat, time.window = 2, multi.core = TRUE)
Arguments
dat
Object. Package log entries.
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.