monthlyLog {packageRank} | R Documentation |
Get CRAN logs for selected month.
Description
Compute list of log files, 'lst', for packageVersionPercent().
Usage
monthlyLog(yr.mo = "2020-07")
Arguments
yr.mo |
Character. "yyyy-mm". |
Note
This is computationally intensive; you're downloading 30 odd files that are each around 50 MB in size (and creating a ~1.5 GB file)! Parallelization not practical; multiple attempts to connect to website causes problems. Truncates in-progress/future dates to yesterday's date. Automatically takes care of leap days (e.g., monthlyLog("2020-02").
[Package packageRank version 0.9.1 Index]