-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 835 Bytes
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 835 Bytes
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
Package: quanteda.corpora
Type: Package
Title: A collection of corpora for quanteda
Version: 0.9.3
Date: 2020-07-11
Authors@R: c(person("Kenneth", "Benoit", email = "kbenoit@lse.ac.uk", role = c("aut", "cre")),
person("Kohei", "Watanabe", email = "watanabe.kohei@gmail.com", role = "ctb"),
person("Müller", "Stefan", email = "mueller@ipz.uzh.ch", role = "ctb"))
Description: A collection of corpus objects for the quanteda text analysis package.
Encoding: UTF-8
License: GPL-3
Depends:
R (>= 3.5.0)
Imports:
digest
Suggests:
quanteda,
spelling,
testthat
URL: http://github.com/quanteda/quanteda.corpora
BugReports: https://github.com/quanteda/quanteda.corpora/issues
LazyData: TRUE
RoxygenNote: 7.3.3
Collate:
"download.R"
"data.R"
Language: en-GB
Roxygen: list(markdown = TRUE)