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 551867
#> 2 dplyr 479656
#> 3 rlang 445196
#> 4 rmarkdown 440704
#> 5 Rcpp 436420
#> 6 tibble 436305
#> 7 cli 425003
#> 8 purrr 387985
#> 9 scales 381940
#> 10 magrittr 380640
#> # ℹ 90 more rows