Type: Package Package: crashapi Title: CrashAPI Version: 0.1.2 Authors@R: c( person("Eli", "Pousson", , "eli.pousson@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8280-1706")), person("Kyle", "Walker", , "kyle@walker-data.com", role = "cph", comment = "Author of tigris helper functions bundled with crashapi (see tigris-utils.R).") ) Description: Get Fatality Analysis Reporting System (FARS) data with the FARS API from the U.S. National Highway Traffic Safety Administration (NHTSA). License: MIT + file LICENSE URL: https://github.com/elipousson/crashapi, https://elipousson.github.io/crashapi/ BugReports: https://github.com/elipousson/crashapi/issues Depends: R (>= 4.1.0) Imports: cli, dplyr (>= 1.1.0), glue, httr2 (>= 0.2.3), janitor, rlang, stats, stringr, utils, vctrs Suggests: covr, httptest2, knitr, readr, rmarkdown, sf, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Config/testthat/parallel: true Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://elipousson.r-universe.dev Date/Publication: 2026-02-26 22:31:59 UTC RemoteUrl: https://github.com/elipousson/crashapi RemoteRef: HEAD RemoteSha: 8572ffcb649c464cc47426be9b06d44db8dbb41b NeedsCompilation: no Packaged: 2026-05-27 07:20:57 UTC; root Author: Eli Pousson [aut, cre] (ORCID: ), Kyle Walker [cph] (Author of tigris helper functions bundled with crashapi (see tigris-utils.R).) Maintainer: Eli Pousson