MichaelChirico / r-bugs

A ⚠️read-only⚠️mirror of https://bugs.r-project.org/
20 stars 0 forks source link

R Issues Tracker

The R project uses Bugzilla as a bug tracking / feature requesting platform. As noted in the official document on bug reporting,

due to abuse by spammers, since 2016-07-09, only "members" (including all who have previously submitted bugs) can submit new bugs on R's Bugzilla.

An unfortunate side effect of this policy is reduced transparency to the universe of R users, for many of whom the Bugzilla interface is unfamiliar at a minimum and perhaps intimidating/offputting. These users may nevertheless benefit from observing the activity on the issue tracker, perhaps to understand if an unexpected behavior has been reported by other users, or to observe how the R language updates.

This repository exists to help bridge that gap -- the official bug tracker is mirrored here to offer a read-only snapshot in a format more familiar to a broader community of users.

See https://github.com/wch/r-source for a read-only mirror of the R source code

How this repo was set up

  1. initialize.R - Download all bug IDs at the time of initialization
  2. backfill.R - Record them all as "unmirrored", then gradually start catching up the bugs incrementally
  3. update.R - Maintenance mode -- record only incremental bugs & updates to bugs on a daily basis

Built with rvest, gh, and data.table and maintained with GitHub Actions.