forked from ropensci/jstor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 953 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
29
30
31
32
33
34
35
36
Package: jstor
Title: Read Data from JSTOR/DfR
Version: 0.3.4.9000
Authors@R: person("Thomas", "Klebel", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7331-4751"))
Description: Functions and helpers to import metadata, ngrams and full-texts
delivered by Data for Research by JSTOR.
Depends: R (>= 3.1)
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr (>= 0.7.4),
tidyr (>= 0.7.2),
purrr (>= 0.2.4),
xml2 (>= 1.2.0),
magrittr,
stringr (>= 1.3.0),
readr (>= 1.0.0),
tibble (>= 1.4.1),
rlang (>= 0.2.0),
furrr (>= 0.1.0),
pryr,
crayon,
cli
Suggests:
testthat,
covr,
knitr,
rmarkdown,
future
BugReports: https://github.com/ropensci/jstor/issues
URL: https://github.com/ropensci/jstor, https://ropensci.github.io/jstor/
RoxygenNote: 6.1.0
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr