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.
Code adapted from https://github.com/edgararuiz/cran-stages
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.
The pkgdown website is deployed from Travis, the setup was made using travis::use_tic()
.