Package: tidygeocoder
Type: Package
Title: Geocoding Made Easy
Version: 1.0.2
Authors@R: 
    c(person(given = "Jesse",
             family = "Cambon",
             role = c("aut", "cre"),
             email = "jesse.cambon@gmail.com"),
      person(given = "Christopher",
             family = "Belanger",
             role = "aut",
             email = "christopher.a.belanger@gmail.com")
             )
Description: An intuitive interface for getting data from geocoder services. 
URL: https://jessecambon.github.io/tidygeocoder/,
        https://github.com/jessecambon/tidygeocoder
BugReports: https://github.com/jessecambon/tidygeocoder/issues
Depends: R (>= 3.2.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: tibble, dplyr, httr, jsonlite
RoxygenNote: 7.1.1
Suggests: knitr, DT, rmarkdown, ggplot2, ggrepel, maps, testthat (>=
        2.1.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-01-18 19:26:15 UTC; cambonator
Author: Jesse Cambon [aut, cre],
  Christopher Belanger [aut]
Maintainer: Jesse Cambon <jesse.cambon@gmail.com>
Repository: CRAN
Date/Publication: 2021-01-18 20:20:02 UTC
