Learn R Programming

pkgsearch (version 3.1.4)

cran_trending: Trending R packages

Description

Trending packages are the ones that were downloaded at least 1000 times during last week, and that substantially increased their download counts, compared to the average weekly downloads in the previous 24 weeks. The percentage of increase is also shown in the output.

Usage

cran_trending()

Arguments

Value

Data frame of trending packages.

Examples

Run this code
if (FALSE) { # identical(Sys.getenv("IN_PKGDOWN"), "true")
cran_trending()
}

Run the code above in your browser using DataLab