-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 981 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
37
38
39
40
41
42
43
44
45
46
47
Package: ccwarcs
Title: Access to Common Crawl WARC Files via AWS
Version: 0.0.0.9004
Date: 2019-09-06
Authors@R:
person(given = "Jason",
family = "Roos",
role = c("aut", "cre"),
email = "[email protected]")
Description: Provides access to Common Crawl WARC files via
Amazon Web Services.
License: GPL-3
URL: https://jasonmtroos.github.io/ccwarcs/, https://github.com/jasonmtroos/ccwarcs
BugReports: https://github.com/jasonmtroos/ccwarcs/issues
Depends:
R (>= 3.5.0)
Imports:
ArgumentCheck,
aws.s3,
aws.signature,
dplyr,
furrr,
httr,
jsonlite,
magrittr,
openssl,
purrr,
readr,
rlang,
stringi,
stringr,
tibble,
tidyr
Suggests:
knitr,
rmarkdown,
rvest,
spelling,
testthat (>= 2.1.0)
VignetteBuilder:
knitr
BuildVignettes: yes
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1