forked from Ironholds/humaniformat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 793 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
Package: humaniformat
Title: A Parser for Human Names
Version: 0.6.0
Date: 2016-04-24
Author: Oliver Keyes [aut, cre]
Maintainer: Oliver Keyes <ironholds@gmail.com>
Description: Human names are complicated and nonstandard things. Humaniformat,
which is based on Anthony Ettinger's 'humanparser' project
<https://github.com/chovy/humanparser> provides functions for parsing human names,
making a best-guess attempt to distinguish sub-components such as prefixes, suffixes, middle
names and salutations.
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/ironholds/humaniformat/
BugReports: https://github.com/ironholds/humaniformat/issues
Suggests:
testthat,
knitr
LinkingTo: Rcpp
Imports:
Rcpp,
methods
VignetteBuilder: knitr
RoxygenNote: 5.0.1