Skip to content

seabbs/interact-school-vs-neonatal-bcg

Repository files navigation

Interact with a school age vs neonatal BCG vaccination model

This shiny app allows intetractive exploration of a dynamic infections disease model of school age vs. neonatal BCG vaccination.

Installing the shiny app locally

To install and run the shiny app locally on your own computer you will need to first install R, it is also suggested that you install Rstudio. After downloading the source code from this repository click on the s-vs-n-bcg.Rprof file, this will open an Rstudio window. Type the following code into the command line;

install.packages("shiny")
install.packages("shinydashboard")
install.packages("shinyBS")
install.packages("tidyverse")
install.packages("rmarkdown")

To run the app open the ui.R file and press run, depending on your computer this may take some time.