Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llrs/cranis
Creates a Dashboard of CRAN and Bioconductor packages updated hourly
https://github.com/llrs/cranis
cran
Last synced: 1 day ago
JSON representation
Creates a Dashboard of CRAN and Bioconductor packages updated hourly
- Host: GitHub
- URL: https://github.com/llrs/cranis
- Owner: llrs
- License: other
- Created: 2020-10-30T20:47:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:35:48.000Z (8 days ago)
- Last Synced: 2024-10-29T15:02:25.019Z (8 days ago)
- Topics: cran
- Language: R
- Homepage: https://llrs.github.io/cranis
- Size: 220 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# cranis
[![Project Status: Active -- The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
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](https://cransays.itsalocke.com/articles/dashboard.html) for the idea!
## Installation
``` {.r}
remotes::install_github("llrs/cranis")
```## Example
This is all the package does:
``` {.r}
packages_available <- cranis::take_snapshot()
```The vignette produces a [handy dashboard](https://llrs.github.io/cranis/articles/dashboard.html) that is updated every hour via [GitHub Actions](https://github.com/llrs/cranis/actions).
## Related work
- Idea adapted from [cransays](https://cransays.itsalocke.com/) and github actions adapted from there.
- You can have RSS feeds from [CRANberris](http://dirk.eddelbuettel.com/cranberries/) which updated every two hours.## Contributing
Please note that the cranis project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.