-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
24 lines (24 loc) · 859 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
Package: rhymer
Type: Package
URL: https://landesbergn.github.io/rhymer/index.html, https://github.com/landesbergn/rhymer
BugReports: https://github.com/landesbergn/rhymer/issues
Title: Wrapper for the 'Datamuse' API to Find Rhyming and Associated Words
Version: 1.1.0
Authors@R: person("Noah", "Landesberg", email = "noah.landesberg@gmail.com",
role = c("aut", "cre"))
Description: Wrapper for 'Datamuse' API to find rhyming and other associated words.
This includes words of similar meaning, spelling, or other related words. Learn
more about the 'Datamuse' API here <https://www.datamuse.com/api/>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.1.0)
Imports:
jsonlite,
httr
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Suggests: knitr,
rmarkdown,
testthat
VignetteBuilder: knitr