-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
48 lines (48 loc) · 1.42 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
Package: readtext
Version: 0.92
Type: Package
Title: Import and Handling for Plain and Formatted Text Files
Authors@R: c( person("Kenneth", "Benoit", email = "[email protected]", role =
c("aut", "cre", "cph")),
person("Adam", "Obeng", email = "[email protected]", role = "aut"),
person("Kohei", "Watanabe", email = "[email protected]", role = "ctb"),
person("Akitaka", "Matsuo", email = "[email protected]", role = "ctb"),
person("Paul", "Nulty", email = "[email protected]", role = "ctb"),
person("Stefan", "Müller", email = "[email protected]", role = "ctb"))
Description: Functions for importing and handling text files and formatted text
files with additional meta-data, such including '.csv', '.tab', '.json', '.xml',
'.html', '.pdf', '.doc', '.docx', '.rtf', '.xls', '.xlsx', and others.
License: GPL-3
Depends:
R (>= 3.6)
Imports:
antiword,
data.table,
digest,
httr,
jsonlite (>= 0.9.10),
pillar,
pdftools,
readODS (>= 1.7.0),
readxl,
streamR,
stringi,
striprtf,
xml2,
utils
Suggests:
knitr,
pkgload,
rmarkdown,
quanteda (>= 3.0),
testthat,
covr,
spelling
URL: https://readtext.quanteda.io/, https://github.com/quanteda/readtext
Encoding: UTF-8
BugReports: https://github.com/quanteda/readtext/issues
LazyData: TRUE
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Language: en-GB