-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
25 lines (25 loc) · 860 Bytes
/
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
Package: poster
Type: Package
Title: Street Address Normalisation and Parsing
Version: 0.3.0
Date: 2017-08-01
Author: Oliver Keyes [aut, cre], Al Barrentine [ctb]
Maintainer: Oliver Keyes <[email protected]>
Description: Normalise street addresses, or parse them, extracting house number, street name, post code and
various other elements of a street address. Requires (and is built around) the libpostal
library ('https://github.com/openvenues/libpostal').
License: MIT + file LICENSE
LinkingTo: Rcpp
Imports:
Rcpp
RoxygenNote: 6.0.1
SystemRequirements: libpostal ('https://github.com/openvenues/libpostal')
Encoding: UTF-8
URL: https://github.com/Ironholds/poster/
BugReports: https://github.com/Ironholds/urltools/poster
Suggests: knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
OS_type: unix
NeedsCompilation: yes