Package: rfema Title: Access the openFEMA API Version: 1.0.1 Authors@R: c(person(given = "Dylan", family = "Turner", role = c("aut", "cre"), email = "dylan.turner3@outlook.com", comment = c(ORCID = "0000-0002-0915-7384")), person(given = "François", family = "Michonneau", role = c("rev","ctb"), email = "francois.michonneau@gmail.com", comment = "reviewed the package for rOpenSci and patched several bugs in the prelease code, see https://github.com/ropensci/software-review/issues/484."), person(given = "Marcus", family = "Beck", role = c("rev","ctb"), comment = "reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/484.")) Description: `rfema` allows users to access The Federal Emergency Management Agency's (FEMA) publicly available data through their API. The package provides a set of functions to easily navigate and access data from the National Flood Insurance Program along with FEMA's various disaster aid programs, including the Hazard Mitigation Grant Program, the Public Assistance Grant Program, and the Individual Assistance Grant Program. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: dplyr, memoise, utils, httr, plyr, tibble Suggests: rmarkdown, knitr, testthat (>= 3.0.0), covr, vcr (>= 0.6.0) Config/testthat/edition: 3 VignetteBuilder: knitr URL: https://github.com/dylan-turner25/rfema BugReports: https://github.com/dylan-turner25/rfema/issues Config/pak/sysreqs: libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-08-09 15:25:29 UTC RemoteUrl: https://github.com/ropensci/rfema RemoteRef: main RemoteSha: 1d7f85ff9838211e7aa27a051cde444a9a5894f9 NeedsCompilation: no Packaged: 2026-06-14 07:37:01 UTC; root Author: Dylan Turner [aut, cre] (ORCID: ), François Michonneau [rev, ctb] (reviewed the package for rOpenSci and patched several bugs in the prelease code, see https://github.com/ropensci/software-review/issues/484.), Marcus Beck [rev, ctb] (reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/484.) Maintainer: Dylan Turner