Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 585 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 585 Bytes

shinyeoq

CircleCI build status

This repo contains the R Shiny code for the demo for EOQ/EOP app: https://seamus.shinyapps.io/eoq_demo/.

Learn more about shiny here: https://shiny.rstudio.com/tutorial/

Installation

To install eoq, make sure you've got he remotes package installed (install.packages("remotes")) and run the following:

remotes::install_github("economic-opportunity/shinyeoq")