Package: findSVI Title: Calculate Social Vulnerability Index for Communities Version: 0.2.0.9000 Authors@R: c( person("Heli", "Xu", email = "xuheli91@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-9792-2727")), person("Ran", "Li", email = "rl627@drexel.edu", role = "aut", comment = c(ORCID = "0000-0002-4699-4755")), person("Usama", "Bilal", email = "ub45@drexel.edu", role = "aut", comment = c(ORCID = "0000-0002-9868-7773"))) Description: Developed by CDC/ATSDR (Centers for Disease Control and Prevention/ Agency for Toxic Substances and Disease Registry), Social Vulnerability Index (SVI) serves as a tool to assess the resilience of communities by taking into account socioeconomic and demographic factors. Provided with year(s), region(s) and a geographic level of interest, 'findSVI' retrieves required variables from US census data and calculates SVI for communities in the specified area based on CDC/ATSDR SVI documentation. Reference for the calculation methods: Flanagan BE, Gregory EW, Hallisey EJ, Heitgerd JL, Lewis B (2011) . License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 URL: https://github.com/heli-xu/findSVI, https://heli-xu.github.io/findSVI/ BugReports: https://github.com/heli-xu/findSVI/issues Depends: R (>= 3.5) Imports: cli, dplyr, magrittr, purrr, stringr, tidycensus, tidyr, tidyselect, rlang, utils Suggests: testthat (>= 3.0.0), knitr, rmarkdown, leaflet, htmltools, glue, sf, ggplot2, reactable, cowplot Config/testthat/edition: 3 VignetteBuilder: knitr Repository: https://heli-xu.r-universe.dev Date/Publication: 2025-07-02 19:45:26 UTC RemoteUrl: https://github.com/heli-xu/findsvi RemoteRef: HEAD RemoteSha: 0dced10c24b1df32b2268b4fd8bef31d21bc1dc1 NeedsCompilation: no Packaged: 2026-07-19 04:58:59 UTC; root Author: Heli Xu [aut, cre, cph] (ORCID: ), Ran Li [aut] (ORCID: ), Usama Bilal [aut] (ORCID: ) Maintainer: Heli Xu