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

https://github.com/saiemgilani/jamstackingup

an opinionated framework for making shiny applications. it's called no-shiny (aka f-shiny runtime) or in layman's terms, you know the language of the browser, javascript
https://github.com/saiemgilani/jamstackingup

shiny shiny-apps shiny-r

Last synced: 3 months ago
JSON representation

an opinionated framework for making shiny applications. it's called no-shiny (aka f-shiny runtime) or in layman's terms, you know the language of the browser, javascript

Awesome Lists containing this project

README

          

## Installation

You can install the released version of [**`jamstackingup`**](https://github.com/saiemgilani/jamstackingup/) from [GitHub](https://github.com/saiemgilani/jamstackingup) with:

``` r
# You can install using the pacman package using the following code:
if (!requireNamespace('pacman', quietly = TRUE)){
install.packages('pacman')
}
pacman::p_load_current_gh("saiemgilani/jamstackingup")
```