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
- Host: GitHub
- URL: https://github.com/saiemgilani/jamstackingup
- Owner: saiemgilani
- Created: 2021-05-27T22:43:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T20:35:02.000Z (about 4 years ago)
- Last Synced: 2025-06-22T19:05:44.213Z (4 months ago)
- Topics: shiny, shiny-apps, shiny-r
- Language: HTML
- Homepage:
- Size: 6.59 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
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")
```