An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![R build status](https://github.com/shahreyar-abeer/cranstars/workflows/R-CMD-check/badge.svg)](https://github.com/shahreyar-abeer/cranstars/actions)
[![codecov](https://codecov.io/gh/shahreyar-abeer/cranstars/branch/master/graphs/badge.svg)](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/)

![image](https://user-images.githubusercontent.com/20732893/123015643-a5a82400-d3ea-11eb-8d07-ffbb9ae6e633.png)

## 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.