Skip to content
Discussion options

You must be logged in to vote

Thanks!

Try passing a vector of ranks to queryRank(). For example, queryRank(1:15) for the top 15; queryRank(8:15) for the 8th through the 15th ranked packages.

I believe that the 'tidyverse' library is a shortcut for tidyverse packages. But because of package dependencies (packages used in other packages) and because some users just download individual packages, individual tidyverse packages typically outrank the 'tidyverse' package. So, as you saw, on 2025-10-20, 'tidyverse' came in 25th place.

> queryRank(1:30)
       package count rank nominal.rank percentile
1      ggplot2 79475    1            1      100.0
2        dplyr 69528    2            2      100.0
3        rlang 68569    3  …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@annahuynhly
Comment options

Answer selected by lindbrook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants