{"id":45699103,"url":"https://github.com/solanto/covid-19-mapped","last_synced_at":"2026-02-24T21:37:29.927Z","repository":{"id":45655548,"uuid":"431955275","full_name":"solanto/covid-19-mapped","owner":"solanto","description":"😷 a user-friendly COVID-19 dashboard written for Shiny, featuring on-the-fly map switching and digestible summaries","archived":false,"fork":false,"pushed_at":"2022-01-26T19:29:18.000Z","size":783,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-30T00:16:22.180Z","etag":null,"topics":["csse-data","dashboard","data-science","gis","gis-data","jhu","mapping","maps","r","rlang","rshiny","rshinydashboard","shiny","shiny-apps","shinydashboard"],"latest_commit_sha":null,"homepage":"https://solanto.shinyapps.io/covid-19-mapped","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solanto.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-25T19:24:16.000Z","updated_at":"2021-12-10T16:15:38.000Z","dependencies_parsed_at":"2022-09-02T20:12:19.312Z","dependency_job_id":null,"html_url":"https://github.com/solanto/covid-19-mapped","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/solanto/covid-19-mapped","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solanto%2Fcovid-19-mapped","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solanto%2Fcovid-19-mapped/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solanto%2Fcovid-19-mapped/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solanto%2Fcovid-19-mapped/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solanto","download_url":"https://codeload.github.com/solanto/covid-19-mapped/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solanto%2Fcovid-19-mapped/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29801039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T21:02:39.706Z","status":"ssl_error","status_checked_at":"2026-02-24T21:02:21.834Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csse-data","dashboard","data-science","gis","gis-data","jhu","mapping","maps","r","rlang","rshiny","rshinydashboard","shiny","shiny-apps","shinydashboard"],"created_at":"2026-02-24T21:37:28.753Z","updated_at":"2026-02-24T21:37:29.914Z","avatar_url":"https://github.com/solanto.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# COVID-19 mapped\n\nWritten for JHU's EN.560.291 CaSE Coding course.\n\n## description\n\n\u003ca href=\"https://solanto.shinyapps.io/case-coding-final/\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/20602415/144188232-8f11c916-f4c8-43ee-80ec-4c9fe5f35cd4.png\" width=\"500\" /\u003e\n\u003c/a\u003e\n\nThis app:\n\n1. imports the latest COVID-19 data from [HealthData.gov](https://healthdata.gov) and the [Johns Hopkins Center for Systems Science and Engineering](https://systems.jhu.edu/)\n2. wrangles and geocodes the data\n3. generates choropleth maps and textual summaries from the data\n4. defines an interactive [Shiny](https://www.rstudio.com/products/shiny/) dashboard\n5. handles user input to switch maps and summaries on-the-fly\n\nAll data wrangling and view generation happens in [`global.r`](global.r). Using these results, the Shiny app is then defined in [`ui.r`](ui.r) and [`server.r`](server.r). Finally, the app is styled as detailed in [`styles.scss`](styles.scss), taking inspiration from Statistics Sweden's [Kommuner i siffror](https://kommunsiffror.scb.se/)  (*Municipalities in Numbers*) visualization.\n\n## usage\n\n### online\n\nAccess the app online on [shinyapps.io](https://solanto.shinyapps.io/covid-19-mapped/).\n\n### local\n\nTo run the app locally, you'll need to have an [R interpreter](https://www.r-project.org/) installed. As well, to build dependencies, you will need [Rtools](https://cran.r-project.org/bin/windows/Rtools/).\n\nThrough an R shell, install the project's dependencies.\n\n```R\ninstall.packages(c(\"shiny\", \"magrittr\", \"dplyr\", \"leaflet\", \"formattable\", \"sass\", \"remotes\"))\nlibrary(remotes)\ninstall_github(\"hrbrmstr/albersusa\")\n```\n\nClone the repository and run the following in an R shell whose working directory is the repository's root directory:\n\n```R\nlibrary(shiny)\nrunApp()\n```\n\nAlternatively, open the project in RStudio and run the app using the IDE's built-in Shiny capabilities.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolanto%2Fcovid-19-mapped","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolanto%2Fcovid-19-mapped","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolanto%2Fcovid-19-mapped/lists"}