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


lindbrook/packageRank documentation built on May 10, 2024, 1:52 p.m.