-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (27 loc) · 1004 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
26
27
Package: spanish
Type: Package
Title: Translate Quantities from Strings Spelled in Spanish to Integer
Version: 0.5.0
Date: 2017-12-14
Authors@R: person( "Jose Manuel","Vera Oteo", email = "[email protected]",
role = c("aut","cre"))
URL: https://github.com/verajosemanuel
BugReports: https://github.com/verajosemanuel/spanish/issues
Imports: magrittr, xml2
Description: Character vector to numerical translation in Euros from Spanish
spelled monetary quantities. Text must be previously cleaned & removed
extraneous words, symbols or cents. Quantities MUST be written in a correct
Spanish cause this isn't a grammar tool. Upper limit is up to the millions
range. Reverse translation using to_words. Geocoding via Cadastral site.
License: GPL-3
Encoding: UTF-8
LazyData: true
Collate:
'geocode_cadastral.R'
'cadastral_references-data.R'
'to_number.R'
'cantidades-data.R'
'to_words.R'
'spanish.R'
RoxygenNote: 6.1.1
Suggests: testthat, tidyr