https://github.com/shahreyar-abeer/cranstars
A shiny app that shows CRAN downloads & github stars statistics, made with the {golem} framework
https://github.com/shahreyar-abeer/cranstars
golem shiny
Last synced: 2 months ago
JSON representation
A shiny app that shows CRAN downloads & github stars statistics, made with the {golem} framework
- Host: GitHub
- URL: https://github.com/shahreyar-abeer/cranstars
- Owner: shahreyar-abeer
- License: other
- Created: 2020-09-29T08:54:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T00:17:59.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T09:51:11.808Z (3 months ago)
- Topics: golem, shiny
- Language: R
- Homepage: https://shahreyar-abeer.shinyapps.io/cranstars/
- Size: 274 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://github.com/shahreyar-abeer/cranstars/actions)
[](https://codecov.io/gh/shahreyar-abeer/cranstars)
# cranstars
`{cranstars}` is simple shiny app that given a package name, shows CRAN downloads & github star statistics.
This is developed with the {golem} framework.App available at
The following is a [feedback](https://twitter.com/_ColinFay/status/1319188197759459328) given by [Colin Fay](https://twitter.com/_ColinFay) from [Thinkr](https://thinkr.fr/)

## Installing & Running
Install `{cranstars}` on your machine with:
``` r
# Install
devtools::install_github("shahreyar-abeer/cranstars")# Run
cranstars::run_app()
```Please note that the ‘cranstars’ project is released with a [Contributor
Code of Conduct](inst/CODE_OF_CONDUCT.md). By contributing to this project,
you agree to abide by its terms.