Package: tidygeocoder
Type: Package
Title: Tidyverse-Style Interface for Geocoding
Version: 0.2.5
Author: Jesse Cambon
Maintainer: Jesse Cambon <jesse.cambon@gmail.com>
Description: An intuitive tidyverse-style interface for geocoding. Obtains latitude and longitude coordinates in tibble format from addresses. The currently supported services are the US Census geocoder and Nominatim (OSM). 
URL: https://github.com/jessecambon/tidygeocoder
BugReports: https://github.com/jessecambon/tidygeocoder/issues
Depends: R (>= 2.10)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: rlang, tibble, purrr, tidyr, dplyr, tmaptools, httr, jsonlite,
        stringr
RoxygenNote: 7.1.0
Suggests: knitr, rmarkdown, ggplot2, ggrepel, maps, testthat (>= 2.1.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-03-21 16:49:24 UTC; cambonator
Repository: CRAN
Date/Publication: 2020-03-22 17:40:02 UTC
