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 ggplot2   402253
#>  2 rlang     388952
#>  3 lifecycle 365594
#>  4 dplyr     357313
#>  5 cli       347970
#>  6 vctrs     342368
#>  7 jsonlite  296204
#>  8 tibble    291159
#>  9 Rcpp      289254
#> 10 glue      285878
#> # ℹ 90 more rows