The goal of crandeadlines is to retrieve the CRAN deadlines of packages, to find each deadline is, and to make a dashboard.
remotes::install_github("llrs/crandeadlines")
This is a basic example :
cran_outgoing <- crandeadlines::take_snapshot()
The vignette produces a handy dashboard that we update every hour via GitHub Actions.
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()
-
Using code originally adapted from https://github.com/r-hub/cransays and
-
Code adapted from https://github.com/hadley/cran-deadlines
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.