Type: Package
Package: opencage
Title: Geocode with the OpenCage API
Version: 0.2.2
Authors@R: c(
    person("Daniel", "Possenriede", email = "possenriede+r@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6738-9845")),
    person("Jesse", "Sadler", role = "aut", comment = c(ORCID = "0000-0001-6081-9681")),
    person("Maëlle", "Salmon", role = "aut", comment = c(ORCID = "0000-0002-2815-0399")), 
    person("Noam", "Ross", role = "ctb"), 
    person("Jake", "Russ", role = "ctb"), 
    person("Julia", "Silge", role = c("rev"), comment = "Julia Silge reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/36."))
Description: Geocode with the OpenCage API, either from place name to longitude 
    and latitude (forward geocoding) or from longitude and latitude to the name 
    and address of a location (reverse geocoding), see 
    <https://opencagedata.com/>.
License: GPL (>= 2)
URL: https://docs.ropensci.org/opencage/,
        https://github.com/ropensci/opencage
BugReports: https://github.com/ropensci/opencage/issues
Imports: crul (>= 0.5.2), dplyr (>= 0.7.4), lifecycle, jsonlite (>=
        1.5), memoise (>= 1.1.0), progress (>= 1.1.2), purrr (>=
        0.2.4), ratelimitr (>= 0.4.0), rlang, tibble (>= 1.4.2), tidyr
        (>= 0.8.0), withr (>= 2.0.0)
Suggests: knitr (>= 1.19), mockery, rmarkdown (>= 1.8), sf (>= 0.9),
        testthat (>= 2.1.0)
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-GB
LazyData: TRUE
RoxygenNote: 7.1.1.9000
RdMacros: lifecycle
NeedsCompilation: no
Packaged: 2021-02-19 20:33:14 UTC; Daniel
Author: Daniel Possenriede [aut, cre] (<https://orcid.org/0000-0002-6738-9845>),
  Jesse Sadler [aut] (<https://orcid.org/0000-0001-6081-9681>),
  Maëlle Salmon [aut] (<https://orcid.org/0000-0002-2815-0399>),
  Noam Ross [ctb],
  Jake Russ [ctb],
  Julia Silge [rev] (Julia Silge reviewed the package for rOpenSci, see
    https://github.com/ropensci/onboarding/issues/36.)
Maintainer: Daniel Possenriede <possenriede+r@gmail.com>
Repository: CRAN
Date/Publication: 2021-02-20 01:00:02 UTC
Built: R 4.2.0; ; 2022-03-22 22:27:59 UTC; unix
