You can use this library to model study case in health economics decision making or you can use the internal architecture web application for another customized web application.
This package has a general custom architecture web application using shiny, shinydashboard, shiny.route and heemod libraries, it has some web modules for health economics decision making and anyone can create news customized modules or component for later they are added to the web application container AppRoot.
It's neccesary to install the following libraries to execute the demo version
- shinydashboard
- Web site: https://github.com/rstudio/shinydashboard
- Command:
install.packages("shinydashboard")
- devtools
- Command:
install.packages("devtools")
- Command:
- shiny.router
- Web site: https://github.com/Appsilon/shiny.router
- Command:
devtools::install_github("Appsilon/shiny.router")
- shinyAce
- Command:
install.packages("shinyAce")
- Command:
- diagram
- Command:
install.packages("diagram")
- Command:
- heemod
- Web site: https://github.com/pierucci/heemod
- Version used for this version
devtools::install_github("salmuz/heemod@capionis_features")
- WAHEco
- Command:
devtools::install_github("salmuz/WAHEco")
- Command:
In order to execute a version demo of web application, we are execute the following commands in an environment R:
library(shiny)
runGitHub(repo = "WAHEco", username = "salmuz", subdir = "inst/shinyapp/capionis")
- Web Application container for modules
- Module container for web components:
- Server method for catching the request http
- View method for showing a interface in html