Last week.

cran_top_downloaded()

Value

Data frame of top downloaded packages.

Details

You can use the cranlogs package to get more flexibility into what is returned.

Examples

cran_top_downloaded()
#> # A data frame: 100 × 2
#>    package     count 
#>    <chr>       <chr> 
#>  1 ragg        802623
#>  2 textshaping 792683
#>  3 ggplot2     581188
#>  4 pkgdown     509227
#>  5 vctrs       456644
#>  6 rlang       455313
#>  7 devtools    444772
#>  8 dplyr       403161
#>  9 rgl         391803
#> 10 lifecycle   366951
#> # ℹ 90 more rows