Package: opencage
Type: Package
Title: Interface to the OpenCage API
Version: 0.1.4
Authors@R: c(
    person("Maëlle", "Salmon", email = "maelle.salmon@yahoo.se", role = c("aut", "cre")), 
    person("Noam", "Ross", role = "ctb"), 
    person("Julia", "Silge", role = c("rev"), comment = "Julia Silge reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/36."), 
    person("Jake", "Russ", role = "ctb"), 
    person("Daniel", "Possenriede", role = "ctb"))
Description: Tool for accessing the OpenCage API, which provides forward
    geocoding (from placename to longitude and latitude) and reverse geocoding (from
    longitude and latitude to placename).
License: GPL (>= 2)
LazyData: TRUE
URL: http://github.com/ropensci/opencage
BugReports: http://github.com/ropensci/opencage/issues
Imports: httr, jsonlite, dplyr, memoise
RoxygenNote: 6.0.1
Suggests: testthat, lintr, knitr, rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2018-01-16 11:21:30 UTC; Maelle
Author: Maëlle Salmon [aut, cre],
  Noam Ross [ctb],
  Julia Silge [rev] (Julia Silge reviewed the package for rOpenSci, see
    https://github.com/ropensci/onboarding/issues/36.),
  Jake Russ [ctb],
  Daniel Possenriede [ctb]
Maintainer: Maëlle Salmon <maelle.salmon@yahoo.se>
Repository: CRAN
Date/Publication: 2018-01-16 11:31:26 UTC
