-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 970 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
32
33
34
35
Type: Package
Package: plu
Title: Dynamically Pluralize Phrases
Version: 0.3.0
Authors@R:
person("Alexander", "Rossell Hayes", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-9412-0457"))
Description: Converts English phrases to singular or plural form based on
the length of an associated vector. Contains helper functions to
create natural language lists from vectors and to include the length
of a vector in natural language.
License: MIT + file LICENSE
URL: https://pkg.rossellhayes.com/plu/, https://github.com/rossellhayes/plu
BugReports: https://github.com/rossellhayes/plu/issues
Depends:
R (>= 2.10)
Imports:
lifecycle
Suggests:
and,
covr,
crayon,
fracture,
glue,
knitr,
nombre,
testthat (>= 3.0.0),
withr
RdMacros:
lifecycle
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3