Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylerlittlefield/brewr-shiny
:beer: A shiny app for the brewr package
https://github.com/tylerlittlefield/brewr-shiny
homebrew r rstats shiny
Last synced: 5 days ago
JSON representation
:beer: A shiny app for the brewr package
- Host: GitHub
- URL: https://github.com/tylerlittlefield/brewr-shiny
- Owner: tylerlittlefield
- Created: 2018-11-15T22:57:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T00:34:53.000Z (almost 6 years ago)
- Last Synced: 2023-07-20T12:01:30.502Z (over 1 year ago)
- Topics: homebrew, r, rstats, shiny
- Language: R
- Homepage: https://tylurp.shinyapps.io/brewr-shiny/
- Size: 767 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# brewr-shinyA shiny app for the `brewr` package.
![Demo](inst/images/demo.png)
## Running the app
You can view the app [here](https://tylurp.shinyapps.io/brewr-shiny/) or run it locally. To run it locally, make sure you have the correct libraries installed (see `app.R`) and then run:
```{r, eval=FALSE}
shiny::runGitHub("brewr-shiny", "tylurp")
```Alternatively, you can download this repo, open the project, open `app.R` and then hit "Run App" in the RStudio IDE.