https://github.com/analythium/covidapp-shiny
A simple Shiny app to display and forecast COVID-19 daily cases
https://github.com/analythium/covidapp-shiny
Last synced: 3 months ago
JSON representation
A simple Shiny app to display and forecast COVID-19 daily cases
- Host: GitHub
- URL: https://github.com/analythium/covidapp-shiny
- Owner: analythium
- License: mit
- Created: 2021-05-15T20:54:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T04:38:38.000Z (over 2 years ago)
- Last Synced: 2024-08-13T07:13:29.065Z (6 months ago)
- Language: R
- Size: 121 KB
- Stars: 29
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - analythium/covidapp-shiny - A simple Shiny app to display and forecast COVID-19 daily cases (R)
README
# covidapp-shiny
> A simple Shiny app to display and forecast COVID-19 daily casesThis repository complements the following posts:
- [_Dockerized Shiny Apps with Dependencies_](https://hosting.analythium.io/dockerized-shiny-apps-with-dependencies)
- [_Best Practices for R with Docker_](https://hosting.analythium.io/best-practices-for-r-with-docker/)
- [_Running Shiny Server in Docker_](https://hosting.analythium.io/running-shiny-server-in-docker)Structure of the repository:
- [Workflow](01-workflow)
- [Shiny app](02-shiny-app)
- Dockerized Shiny app with dependencies:
- [explicit dependencies](03-docker-basic)
- [using DESCRIPTION](04-docker-deps)
- [using renv](05-docker-renv)
- [Compare 7 different parent images](99-images)MIT License (c) 2021 Analythium Solutions Inc.