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/
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")