Package: tidygeocoder
Type: Package
Title: Geocoding Made Easy
Version: 1.0.3
Authors@R: 
    c(person(given = "Jesse",
             family = "Cambon",
             role = c("aut", "cre"),
             email = "jesse.cambon@gmail.com",
             comment = c(ORCID = "0000-0001-6854-1514")),
      person(given = "Diego",
             family = "Hernangómez",
             role = "aut",
             email = "diego.hernangomezherrero@gmail.com",
             comment = c(ORCID = "0000-0001-8457-4658")),
      person(given = "Christopher",
             family = "Belanger",
             role = "aut",
             email = "christopher.a.belanger@gmail.com"),
      person(given = "Daniel", 
             family = "Possenriede", 
             email = "possenriede+r@gmail.com", 
             role = "aut", 
             comment = c(ORCID = "0000-0002-6738-9845"))
             )
Description: An intuitive interface for getting data from geocoder services. 
License: MIT + file LICENSE
URL: https://jessecambon.github.io/tidygeocoder/,
        https://github.com/jessecambon/tidygeocoder
BugReports: https://github.com/jessecambon/tidygeocoder/issues
Depends: R (>= 3.3.0)
Imports: tibble, dplyr, httr, jsonlite, lifecycle
Suggests: knitr, rmarkdown, ggplot2, ggrepel, maps, testthat (>= 3.0.2)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-04-19 18:02:36 UTC; cambonator
Author: Jesse Cambon [aut, cre] (<https://orcid.org/0000-0001-6854-1514>),
  Diego Hernangómez [aut] (<https://orcid.org/0000-0001-8457-4658>),
  Christopher Belanger [aut],
  Daniel Possenriede [aut] (<https://orcid.org/0000-0002-6738-9845>)
Maintainer: Jesse Cambon <jesse.cambon@gmail.com>
Repository: CRAN
Date/Publication: 2021-04-19 22:00:02 UTC
