Wrapper for Convenient Tabular Rendering of Daily Quartile Ranking of Downloads of your Packages
Barry
Zeeberg
barryz2013@gmail.com
This is a convenient program to tabulate the daily quartile ranking of downloads of your packages. It is designed to be slightly more convenient than the several similar programs. You do not need to keep typing in the names of your packages each time you want to run this.
The program is invoked by
Any scripts or data that you put into this service are public.
```
packageRankWrapperDriver(author="Zeeberg",date_start="2026-07-05",date_end="2026-07-06")
```
{width=100%}
{width=75%}
There is day to day statistical fluctuation of the rank ordering, most likely the combined result of random usage by random users, as well as the update schedule of processing and posting the download data. It is useful to look at several consecutive days of data to avoid over-interpreting what might be a momentary glitch. However, there is a large overhead for downloading each day of data, so it is best to limit the number of days to no more than 4 or 5. The underlying package *packageRank* seems to compute ranks on a daily basis rather than to aggregate data over several days (which would have the benefit of smoothing out the annoying daily fluctuations). I assume this strategy was chosen to avoid the large overhead for downloading multiple days of data.
This package is a complement to my previous package *myCRAN*. I was never completely satisfied with *myCRAN*, as I never knew if the raw number of downloads was really as high as they seemed, or if the data were somehow inflated and I was fooling myself. Now I can tell that some of my packages really were doing quite well. There are some superstars like *ggplot2* that totally eclipse my packages, but apparently there are not so many like that, or mine would never achieve the 70 or 80 percentiles.
Try the packageRankWrapperDriver package in your browser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.