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
.
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
Repository: https://njtierney.r-universe.dev
Date/Publication: 2024-01-12 10:38:45 UTC
RemoteUrl: https://github.com/njtierney/syn
RemoteRef: HEAD
RemoteSha: 5485cfc736130a78a14beb933976d72c27d532b4
NeedsCompilation: no
Packaged: 2026-06-07 07:07:06 UTC; root
Author: Nicholas Tierney [aut, cre] (ORCID:
),
Amy Stringer [aut] (ORCID: ),
Mike Cheng [aut],
Laura de Jong [aut],
Thomas Lumley [ctb]
Maintainer: Nicholas Tierney