-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
34 lines (34 loc) · 1.18 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: PostcodesioR
Type: Package
Title: API Wrapper Around 'Postcodes.io'
Version: 0.3.1
Authors@R: c(person("Eryk", "Walczak",
email = "[email protected]",
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 <[email protected]>
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://docs.ropensci.org/PostcodesioR/
Depends:
R (>= 3.1)
Imports:
httr
RoxygenNote: 7.1.2
Suggests: knitr,
dplyr,
rmarkdown,
testthat,
covr,
purrr
VignetteBuilder: knitr
BugReports: https://github.com/ropensci/PostcodesioR/issues