Package: findSVI
Title: Calculate Social Vulnerability Index for Communities
Version: 0.2.0
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) <doi:10.2202/1547-7355.1792>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: 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.0)
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
NeedsCompilation: no
Packaged: 2025-02-08 20:26:38 UTC; Heli
Author: Heli Xu [aut, cre, cph] (<https://orcid.org/0000-0002-9792-2727>),
  Ran Li [aut] (<https://orcid.org/0000-0002-4699-4755>),
  Usama Bilal [aut] (<https://orcid.org/0000-0002-9868-7773>)
Maintainer: Heli Xu <xuheli91@gmail.com>
Repository: CRAN
Date/Publication: 2025-02-08 20:40:07 UTC
Built: R 4.5.2; ; 2025-11-08 04:17:44 UTC; windows
