-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
57 lines (57 loc) · 1.27 KB
/
DESCRIPTION
File metadata and controls
57 lines (57 loc) · 1.27 KB
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
Package: activeText
Title: a semi-supervised active learning algorithm for text classification.
Version: 0.0.0.9000
Authors@R:
c(person(given = "Mitchell",
family = "Bosley",
role = "aut",
email = "mcbosley@umich.edu"),
person(given = "Saki",
family = "Kuzushima",
role = "aut",
email = "skuzushi@umich.edu"),
person(given = "Ted",
family = "Enamorado",
role = "aut",
email = "ted@wustl.edu"),
person(given = "Yuki",
family = "Shiraito",
role = "aut",
email = "shiraito@umich.edu"),
person(given = "Emily",
family = "Sallenback",
role = c("aut", "cre"),
email = "esallenback@princeton.edu"))
Description: What the package does (one paragraph).
License: What license it uses
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Imports:
dplyr,
tidytext,
tm,
matrixStats,
tidyr,
stringr,
tibble,
progress,
Matrix,
parallel,
foreach,
bigstatsr,
doParallel,
quanteda,
gtools,
janitor,
patchwork,
ggplot2,
tcltk,
jsonlite,
mockr
Config/testthat/edition: 3