-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.3 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: tmtyro
Title: tmtyro: Simplified Workflows for Text Mining Tyros
Version: 0.5
Authors@R:
person("James", "Clawson", , "clawson@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0009-0008-6756-0607"))
Description: Work with and analyze text for simple and complex
features. Adopting tidytext principles, tmtyro abstracts
processes a few levels further to allow beginners to use
and to familiarize themselves with techniques before they
understand much code.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/jmclawson/tmtyro, https://jmclawson.github.io/tmtyro/
BugReports: https://github.com/jmclawson/tmtyro/issues
Imports:
dplyr,
forcats,
ggh4x,
ggplot2,
ggraph,
grDevices,
gt,
gutenbergr,
igraph,
knitr,
purrr,
readr,
rlang,
rvest,
scales,
stats,
stringr,
tibble,
tidyr,
tidytext,
topicmodels,
viridis
Config/Needs/website: rmarkdown
Depends:
R (>= 2.10)
LazyData: true
Suggests:
cli,
fansi,
geomtextpath (>= 0.1.4),
ggrepel,
NLP,
openNLP,
plotly,
RColorBrewer,
rmarkdown,
testthat (>= 3.0.0),
textdata,
textstem,
utils,
wordcloud
Config/testthat/edition: 3