Package: censusxy
Title: Access the U.S. Census Bureau's Geocoding API System
Version: 1.1.1
Authors@R: c(
    person("Christopher", "Prener", ,"chris.prener@gmail.com", c("aut", "cre"),
    comment = c(ORCID = "0000-0002-4310-9888")),
    person("Branson", "Fox", ,"branson.fox@slu.edu", c("aut"),
    comment = c(ORCID = "0000-0002-4361-2811")),
    person("Christopher", "Kenny", ,"christopherkenny@fas.harvard.edu", c("ctb"),
    comment = c(ORCID = "0000-0002-9386-6860"))
    )
Description: Provides access to the U.S. Census Bureau's API for matching American
    street addresses with their longitude and latitude. This includes both single address matching
    as well as batch functionality for multiple addresses. Census geographies can be appended to 
    addresses if desired, and reverse geocoding of point locations to census geographies is also 
    supported. 
Depends: R (>= 3.4)
License: GPL-3
URL: https://chris-prener.github.io/censusxy/
BugReports: https://github.com/chris-prener/censusxy/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Imports: doParallel, foreach, httr, parallel, utils
Suggests: covr, knitr, rmarkdown, sf, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-12-05 04:32:38 UTC; chris
Author: Christopher Prener [aut, cre] (<https://orcid.org/0000-0002-4310-9888>),
  Branson Fox [aut] (<https://orcid.org/0000-0002-4361-2811>),
  Christopher Kenny [ctb] (<https://orcid.org/0000-0002-9386-6860>)
Maintainer: Christopher Prener <chris.prener@gmail.com>
Repository: CRAN
Date/Publication: 2022-12-06 13:00:08 UTC
