-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 1.54 KB
/
DESCRIPTION
File metadata and controls
58 lines (58 loc) · 1.54 KB
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
49
50
51
52
53
54
55
56
57
58
Package: gutenbergr
Title: Download and Process Public Domain Works from Project Gutenberg
Version: 0.5.0.9000
Authors@R: c(
person("Jordan", "Bradford", , "jrdnbradford@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0009-0000-8570-3474")),
person("Jon", "Harmon", , "jonthegeek@gmail.com", role = "aut",
comment = c(ORCID = "0000-0003-4781-4346")),
person("Myfanwy", "Johnston", , "mrowlan1@gmail.com", role = "aut"),
person("David", "Robinson", , "admiral.david@gmail.com", 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://ropensci.r-universe.dev/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,
devtools (>= 2.4.5),
fs (>= 1.6.6),
ggplot2,
here (>= 1.0.2),
knitr,
lubridate (>= 1.9.4),
rmarkdown,
testthat (>= 3.0.0),
textdata,
tidyr,
tidytext,
usethis (>= 3.2.1),
withr,
xml2
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: TRUE
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/testthat/edition: 3