-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.28 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
Package: rtika
Type: Package
Title: R Interface to 'Apache Tika'
Version: 2.7.0
Authors@R: c(
person(given = "Sasha", family = "Goodman", email="[email protected]", role=c("aut","cre") ),
person(given = "The Apache Software Foundation", role=c("aut","cph") ),
person(given = "Julia", family = "Silge", role = c("rev"), comment = "Reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/191/"),
person(given = "David",family = "Gohel", role = c("rev"), comment = "Reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/191/")
)
Maintainer: Sasha Goodman <[email protected]>
Imports:
curl,
sys (>= 2.1),
stats,
utils,
digest,
backports
Suggests:
jsonlite,
xml2,
testthat,
knitr,
rmarkdown,
covr,
magrittr
License: Apache License 2.0 | file LICENSE
SystemRequirements: Java (>=8)
Description: Extract text or metadata from over a thousand file types, using Apache Tika <https://tika.apache.org/>. Get either plain text or structured XHTML content.
Depends: R (>= 3.5.0)
Encoding: UTF-8
RoxygenNote: 7.2.3
URL: https://docs.ropensci.org/rtika/, https://github.com/ropensci/rtika/
BugReports: https://github.com/ropensci/rtika/issues/
VignetteBuilder: knitr