The goal of cranis is to report the packages available at any moment to find when a package disappears or is added to a repository. It collects data from CRAN and Bioconductor. If you want to include any other repository open an issue or a PR.
Thanks to cransays for the idea!
remotes::install_github("llrs/cranis")
This is all the package does:
packages_available <- cranis::take_snapshot()
The vignette produces a handy dashboard that is updated every hour via GitHub Actions.
- Idea adapted from cransays and github actions adapted from there.
- You can have RSS feeds from CRANberris which updated every two hours.
Please note that the cranis project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.