-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 1003 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
28
29
30
31
Package: nombre
Title: Number Names
Version: 0.4.1
Authors@R:
c(person(given = "Alexander",
family = "Rossell Hayes",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9412-0457")),
person(given = "Eli",
family = "Pousson",
role = "ctb",
email = "[email protected]"))
Description: Converts numeric vectors to character vectors of English
number names. Provides conversion to cardinals, ordinals, numerators,
and denominators. Supports negative and non-integer numbers.
License: MIT + file LICENSE
URL: https://nombre.rossellhayes.com,
https://github.com/rossellhayes/nombre
BugReports: https://github.com/rossellhayes/nombre/issues
Depends:
R (>= 2.10)
Imports:
fracture (>= 0.2.1)
Suggests:
testthat (>= 3.0.0)
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Config/testthat/edition: 3