Application Web for Health Economics Decision Making
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
install.packages("shinydashboard")
install.packages("devtools")
devtools::install_github("Appsilon/shiny.router")
install.packages("shinyAce")
install.packages("diagram")
devtools::install_github("salmuz/heemod@capionis_features")
devtools::install_github("salmuz/WAHEco")
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")