monthlyLog: Get CRAN logs for selected month.

View source: R/packageVersionPercent.R

monthlyLogR 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").


packageRank documentation built on Nov. 10, 2023, 1:07 a.m.