Skip to contents

The goal of crandeadlines is to retrieve the CRAN deadlines of packages, to find each deadline is, and to make a dashboard.

Installation

remotes::install_github("llrs/crandeadlines")

Example

This is a basic example :

cran_outgoing <- crandeadlines::take_snapshot()

The vignette produces a handy dashboard that we update every hour via GitHub Actions.

Historical data

Hourly snapshots of the ftp server are saved in the history branch, as part of our rendering workflow. A short script to load this historical data as a data.frame is also provided in the package:

historical_data <- crandeadlines::download_history()

Contributing

Wanna report a bug or suggest a feature? Great stuff! For more information on how to contribute check out our contributing guide.

Please note that this R package is released with a Contributor Code of Conduct. By participating in this package project you agree to abide by its terms.