Last week.
cran_top_downloaded()
Data frame of top downloaded packages.
You can use the cranlogs
package
to get more flexibility into what is returned.
cran_top_downloaded()
#> # A data frame: 100 × 2
#> package count
#> <chr> <chr>
#> 1 ggplot2 626203
#> 2 tibble 487665
#> 3 rlang 452026
#> 4 cli 417784
#> 5 dplyr 396215
#> 6 tidyverse 388026
#> 7 lifecycle 363846
#> 8 glue 359618
#> 9 jsonlite 353269
#> 10 pillar 344567
#> # ℹ 90 more rows