-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 934 Bytes
/
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
Package: crux
Type: Package
Title: Identify the Crux of an Article
Version: 0.1.0
Date: 2019-03-01
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Chimbori", role = "aut",
comment = "crux Java library (<https://github.com/chimbori/crux>)")
)
Maintainer: Bob Rudis <bob@rud.is>
Description: Methods are provided to retrieve HTML content and return extracted
metadata and summarised plain text. Further methods are provided to classify
URLs with or without making network calls. Based on <https://github.com/chimbori/crux>.
URL: https://gitlab.com/hrbrmstr/crux
BugReports: https://gitlab.com/hrbrmstr/crux/issues
Encoding: UTF-8
License: Apache License 2.0 | file LICENSE
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0),
cruxjars,
rJava
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1