Package: PostcodesioR
Type: Package
Title: API Wrapper Around 'Postcodes.io'
Version: 0.1.1
Authors@R: c(person("Eryk", "Walczak", 
                  email = "eryk.j.walczak@gmail.com", 
                  role = c("aut", "cre"),
                  comment = c(ORCID = "0000-0001-8724-462X")),
             person("Claudia", "Vitolo", 
                  role = "rev",
                  comment = c(ORCID = "0000-0002-4252-1176")),
             person("Robin", "Lovelace",
                  role = "rev",
                  comment = c(ORCID = "0000-0001-5679-6536")))
Maintainer: Eryk Walczak <eryk.j.walczak@gmail.com>
Description: Free UK geocoding using data from Office for National Statistics.
    It is using several functions to get information about post codes, outward
    codes, reverse geocoding, nearest post codes/outward codes, validation, or
    randomly generate a post code. API wrapper around <https://postcodes.io>.
License: GPL-3
URL: https://github.com/ropensci/PostcodesioR/
LazyData: TRUE
Depends: R (>= 3.1)
Imports: httr
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown, testthat, covr
VignetteBuilder: knitr
BugReports: https://github.com/ropensci/PostcodesioR/issues
NeedsCompilation: no
Packaged: 2019-08-23 19:29:44 UTC; root
Author: Eryk Walczak [aut, cre] (<https://orcid.org/0000-0001-8724-462X>),
  Claudia Vitolo [rev] (<https://orcid.org/0000-0002-4252-1176>),
  Robin Lovelace [rev] (<https://orcid.org/0000-0001-5679-6536>)
Repository: CRAN
Date/Publication: 2019-08-24 14:20:09 UTC
