-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.39 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
Package: qtkit
Title: Quantitative Text Kit
Version: 1.0.0
Authors@R:
person("Jerid", "Francom", , "francojc@wfu.edu",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-5972-6330"))
Description: Support package for the textbook "An Introduction to
Quantitative Text Analysis for Linguists: Reproducible Research Using
R" (Francom, 2024) <doi:10.4324/9781003393764>. Includes functions to
acquire, clean, and analyze text data as well as functions to document
and share the results of text analysis. The package is designed to be
used in conjunction with the book, but can also be used as a standalone
package for text analysis.
License: GPL (>= 3)
URL: https://cran.r-project.org/package=qtkit
BugReports: https://github.com/qtalr/qtkit/issues
SystemRequirements: Chromium-based browser (e.g., Chrome, Chromium, or Brave)
Depends:
R (>= 4.1)
Imports:
chromote,
dplyr,
ggplot2,
glue,
gutenbergr,
kableExtra,
knitr,
Matrix,
openai,
purrr,
readr,
rlang,
stringr,
tibble,
tidytext
Suggests:
httptest,
rmarkdown,
testthat (>= 3.0.0),
webshot2
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Author: Jerid Francom [aut, cre, cph] (<https://orcid.org/0000-0001-5972-6330>)
Maintainer: Jerid Francom <francojc@wfu.edu>