Uses run length encoding, rle(), and k-means clustering, stats::kmeans().
ipFilter(cran_log, campaigns = TRUE, rle.depth = 100,
case.sensitive = FALSE, multi.core = TRUE)
Object. Package log entries.
Logical. Filter A-Z campaigns when checking IPs with high unique package download counts.
s Numeric. Ceiling for number of rows of run length encoding. Fewer rows means longer runs
Logical.
Logical or Numeric. TRUE
uses parallel::detectCores()
. FALSE
uses one, single core. You can also specify the number logical cores. Mac and Unix only.