Package: rfema
Title: Access the openFEMA API
Version: 0.0.0.9000
Authors@R:
person(given = "Dylan",
family = "Turner",
role = c("aut", "cre"),
email = "dylan.turner3@outlook.com",
comment = c(ORCID = "000-0002-0915-7384"))
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
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
dplyr,
httr,
memoise,
plyr,
rvest,
utils
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
I am unaware of any other packages that offer similar functionality.
Confirm each of the following by checking the box.
Date accepted: 2022-01-23
Due date for @fmichonneau: 2021-12-10Reviewers:
Submitting Author Name: Dylan Turner
Submitting Author Github Handle: @dylan-turner25
Repository: https://github.com/dylan-turner25/rfema
Version submitted: 0.0.0.9000
Submission type: Standard
Editor: @emilyriederer
Reviewers: @fmichonneau, @fawda123
Due date for @fawda123: 2021-12-14
Archive: TBD
Version accepted: TBD
Language: en
Scope
Please indicate which category or categories from our package fit policies this package falls under: (Please check an appropriate box below. If you are unsure, we suggest you make a pre-submission inquiry.):
Explain how and why the package falls under these categories (briefly, 1-2 sentences):
rfemaallows users to access The Federal Emergency Management Agency's (FEMA) publicly available data through the open FEMA API. The package provides a set of functions to easily navigate and access all data sets provided by FEMA, including (but not limited to) data from the National Flood Insurance Program and FEMA's various disaster aid programs.Who is the target audience and what are scientific applications of this package?
rfemais intended to be used by researchers that require the use of data that is available through the FEMA API, but may not have familiarity in working with APIs.Are there other R packages that accomplish the same thing? If so, how does yours differ or meet our criteria for best-in-category?
I am unaware of any other packages that offer similar functionality.
N/A
Technical checks
Confirm each of the following by checking the box.
This package:
Publication options
Do you intend for this package to go on CRAN?
Do you intend for this package to go on Bioconductor?
Do you wish to submit an Applications Article about your package to Methods in Ecology and Evolution? If so:
MEE Options
Code of conduct