Package: banR
Type: Package
Title: R Client for the BAN API
Version: 0.2.1
Authors@R: c(
    person("Joel", "Gombin", email = "joel.gombin@gmail.com", role = c("cre", "aut")),
    person("Paul-Antoine", "Chevalier", email = "pachevalier@gmail.com", role = "aut"))
Description: A client for the "Base Adresses Nationale" (BAN) API, which allows to (batch)
    geocode and reverse-geocode French addresses. For more information about the BAN and its API, please see <https://adresse.data.gouv.fr/api>. 
License: GPL-3 | file LICENSE
LazyData: TRUE
Depends: R (>= 2.10)
Imports: dplyr (>= 0.7.0), httr, readr, magrittr, tibble, purrr, rlang,
        utils
Suggests: testthat, knitr, rmarkdown
RoxygenNote: 7.0.1
Encoding: UTF-8
URL: http://joelgombin.github.io/banR/
BugReports: http://github.com/joelgombin/banR/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-12-05 04:32:39 UTC; joel
Author: Joel Gombin [cre, aut],
  Paul-Antoine Chevalier [aut]
Maintainer: Joel Gombin <joel.gombin@gmail.com>
Repository: CRAN
Date/Publication: 2019-12-05 07:00:03 UTC
