-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.05 KB
/
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
36
Package: pluralize
Type: Package
Title: Pluralize and 'Singularize' Any (English) Word
Version: 0.2.1
Date: 2020-06-03
Authors@R: c(
person(
"Bob", "Rudis", email = "bob@rud.is",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")
),
person(
"Blake", "Embrey", email = "hello@blakeembrey.com",
role = c("aut", "ctb"),
comment = "pluralize.js <https://github.com/blakeembrey/pluralize>"
)
)
Maintainer: Bob Rudis <bob@rud.is>
Description: Tools are provided to create plural, singular and regular forms of
English words along with tools to augment the built-in rules to fit
specialized needs. Core functionality is based on a JavaScript library,
<https://github.com/blakeembrey/pluralize>.
URL: http://gitlab.com/hrbrmstr/pluralize
BugReports: https://gitlab.com/hrbrmstr/pluralize/issues
License: MIT + file LICENSE
Encoding: UTF-8
Suggests:
tinytest,
knitr,
rmarkdown
Depends:
R (>= 3.6.0)
Imports:
V8
RoxygenNote: 7.1.1
VignetteBuilder: knitr