-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.13 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
37
Package: syn
Title: Creates Synonyms From Target Words
Version: 0.1.1
Authors@R: c(
person("Nicholas", "Tierney",
email = "nicholas.tierney@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0003-1460-8722")),
person("Amy", "Stringer",
email = "amy.stringer@me.com",
role = c("aut"),
comment = c(ORCID = "https://orcid.org/0000-0002-0409-7976")),
person("Mike", "Cheng",
email = "mikefc@coolbutuseless.com",
role = c("aut")),
person("Laura", "de Jong",
role = c("aut")),
person("Thomas", "Lumley",
email = "thomas.lumley@r-project.org",
role = c("ctb"))
)
Description: Generates synonyms from a given word drawing from a synonym list
from the 'moby' project <http://moby-thesaurus.org/>.
Depends: R (>= 3.4.0)
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.0
URL: http://syn.njtierney.com/,
https://github.com/njtierney/syn
BugReports: https://github.com/njtierney/syn/issues
Roxygen: list(markdown = TRUE)
Suggests:
glue,
covr,
testthat (>= 2.1.0),
spelling
Language: en-US