The goal of covid19RiskPlanner is to is to provide a {shiny}
webui
over estimates of COVID-19 risk in the US and around the world.
You can install the current version of covid19RiskPlanner from Github with:
remotes::install_github("appliedbinf/c19r-app")
Or by pulling the pre-built Docker image
docker pull appliedbioinformaticslab/c19r:latest
Run the application with:
docker run -it \
-p 80:80 \
-e MYSQL_USERNAME="username" \
-e MYSQL_PASSWORD="password" \
-e MYSQL_HOST="host" \
appliedbioinformaticslab/c19r:latest