Skip to content
/ cransays Public

Creates an Overview of CRAN Incoming Submissions 📬

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

r-hub/cransays

Repository files navigation

cransays

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Dashboard status R-CMD-check

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.

Installation

remotes::install_github("r-hub/cransays")

Example

This is a basic example :

cran_incoming <- cransays::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 <- cransays::download_history()

Related work

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.