Is it possible to see the top X or so packages? #623
-
|
First, this is a cool package to easily judge between various I was playing around this package for fun and realized something I considered shocking: Generally, I considered I peeked at all of the functions in this package and I couldn't find if there was a function that lists top 10 or so packages to see which beats |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
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. |
Beta Was this translation helpful? Give feedback.
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.