The goal of cransays is to scrape the CRAN incoming ftp folder to find where each of the submission is, and to make a dashboard.
remotes::install_github("lockedata/cransays")
This is a basic example :
cran_incoming <- cransays::take_snapshot()
The vignette produces a handy dashboard that we update every hour via GitHub Actions.
-
Code originally adapted from https://github.com/edgararuiz/cran-stages That repository features an interesting analysis of CRAN incoming folder, including a diagram of the process deducted from that analysis.
-
The
foghorn
package, to summarize CRAN Check Results in the Terminal, provides anfoghorn::cran_incoming()
function to where your package stands in the CRAN incoming queue. -
If you wanna increase the chance of a smooth submission, check out this collaborative list of things to know before submitting to CRAN.
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.