-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
48 lines (48 loc) · 1.29 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: gutenbergr
Title: Download and Process Public Domain Works from Project Gutenberg
Version: 0.2.4.9000
Authors@R: c(
person("Jon", "Harmon", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4781-4346")),
person("Myfanwy", "Johnston", , "[email protected]", role = "aut"),
person("Jordan", "Bradford", , "[email protected]", role = "aut"),
person("David", "Robinson", , "[email protected]", role = c("aut", "cph"))
)
Description: Download and process public domain works in the Project
Gutenberg collection <https://www.gutenberg.org/>. Includes metadata
for all Project Gutenberg works, so that they can be searched and
retrieved.
License: GPL-2
URL: https://docs.ropensci.org/gutenbergr/,
https://github.com/ropensci/gutenbergr
BugReports: https://github.com/ropensci/gutenbergr/issues
Depends:
R (>= 4.1)
Imports:
cli,
dplyr,
glue,
purrr,
readMDTable,
readr,
rlang,
stringr,
tibble,
urltools
Suggests:
curl,
knitr,
rmarkdown,
testthat (>= 3.0.0),
tidyr,
tidytext,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: TRUE
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3