powered by
From RStudio's CRAN Mirror http://cran-logs.rstudio.com/
packageRank(packages = "HistData", date = NULL, all.filters = FALSE, ip.filter = FALSE, small.filter = FALSE, memoization = TRUE, check.package = TRUE, multi.core = FALSE)
An R data frame.
Character. Vector of package name(s).
Character. Date. "yyyy-mm-dd". NULL uses latest available log.
Logical. Master switch for filters.
Logical.
Logical. TRUE filters out downloads less than 1000 bytes.
Logical. Use memoization when downloading logs.
Logical. Validate and "spell check" package.
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
if (FALSE) { packageRank(packages = "HistData", date = "2020-01-01") packageRank(packages = c("h2o", "Rcpp", "rstan"), date = "2020-01-01") }
Run the code above in your browser using DataLab