Package: geoparser
Type: Package
Title: Interface to the Geoparser.io API for Identifying and
        Disambiguating Places Mentioned in Text
Version: 0.1.2
Authors@R: c(person("Maëlle", "Salmon", email = "maelle.salmon@yahoo.se", role = c("aut", "cre")), 
             person("Bob", "Rudis", role = c("ctb"), comment = "Bob Rudis reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/43"),
             person("Kohei", "Watanabe", email = "watanabe.kohei@gmail.com", role = "ctb"))
Description: A wrapper for the Geoparser.io API version 0.4.0 (see <https://geoparser.io/>), which is a web service
    that identifies places mentioned in text, disambiguates those places, and
    returns detailed data about the places found in the text. Basic, limited
    API access is free with paid plans to accommodate larger workloads.
License: GPL (>= 2)
LazyData: TRUE
URL: http://github.com/ropensci/geoparser,
        https://docs.ropensci.org/geoparser/
BugReports: http://github.com/ropensci/geoparser/issues
Encoding: UTF-8
RoxygenNote: 6.1.1
Suggests: testthat, knitr, rmarkdown
Imports: dplyr, httr, jsonlite, lazyeval, tidyr, utils, purrr, stringr,
        digest
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-07-26 19:10:59 UTC; maelle
Author: Maëlle Salmon [aut, cre],
  Bob Rudis [ctb] (Bob Rudis reviewed the package for rOpenSci, see
    https://github.com/ropensci/onboarding/issues/43),
  Kohei Watanabe [ctb]
Maintainer: Maëlle Salmon <maelle.salmon@yahoo.se>
Repository: CRAN
Date/Publication: 2019-07-26 22:30:02 UTC
