adjustedcranlogs
adjustedcranlogs copied to clipboard
Removes daily shared downloads amongst CRAN packages and re-download/CRAN mirror spikes associated with package updates.
Results
4
adjustedcranlogs issues
Sort by
recently updated
recently updated
newest added
I'm not sure why the code [here](https://github.com/tylermorganwall/adjustedcranlogs/blob/master/R/adj_cran_downloads.R#L114) has `row()`? It should be like below without the `row`? ``` sampledpriorpackages = sample_n(priorpackages, number_to_compare, replace = TRUE) ```
I don't understand what the existing explanation means