packageRank | R Documentation |
From Posit/RStudio's CRAN Mirror (CDN) http://cran-logs.rstudio.com/
packageRank(packages = "packageRank", date = NULL, all.filters = FALSE,
ip.filter = FALSE, small.filter = FALSE, memoization = TRUE,
check.package = TRUE, rank.ties = TRUE, multi.core = FALSE)
packages |
Character. Vector of package name(s). |
date |
Character. Date. "yyyy-mm-dd". NULL uses latest available log. |
all.filters |
Logical. Master switch for filters. |
ip.filter |
Logical. |
small.filter |
Logical. TRUE filters out downloads less than 1000 bytes. |
memoization |
Logical. Use memoization when downloading logs. |
check.package |
Logical. Validate and "spell check" package. |
rank.ties |
Logical. TRUE uses competition ranking ("1224") for ties. FALSE uses nominal rank (no ties). |
multi.core |
Logical or Numeric. |
An R data frame.
## Not run:
packageRank(packages = "cholera", date = "2020-01-01")
packageRank(packages = c("h2o", "Rcpp", "rstan"), date = "2020-01-01")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.