forked from verajosemanuel/ESmisc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 983 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: words2number
Type: Package
Title: Convert number words to numeric digits
Version: 0.2.0
Date: 2018-03-04
Authors@R: c(
person( "Jose Manuel","Vera Oteo", email = "vera.josemanuel@gmail.com", role = c("aut","cre")),
person( "Ben", "Marwick", email = "benmarwick@gmail.com", role = "aut"),
person( "David", "Selby", email = "David.Selby@manchester.ac.uk", role = "ctb")
)
URL: https://github.com/benmarwick/words2number
BugReports: https://github.com/benmarwick/words2number/issues
Maintainer: Ben Marwick <benmarwick@gmail.com>
Depends: magrittr
Description: Character vector to numerical translation from English
spelled monetary quantities. Text must be previously cleaned & removed
extraneous words, symbols or cents. Quantities must be written in a correct
English cause this isn't a grammar tool. Upper limit is up to the millions
range.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests: testthat, tidyr