-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.11 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
Package: heapsofpapers
Title: Easily Download Heaps of PDF and CSV Files
Version: 0.1.0
Authors@R:
c(person(given = "Rohan",
family = "Alexander",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1279-0700")),
person(given = "A",
family = "Mahfouz",
role = "aut"))
Description: Makes it easy to download a large number of files such as PDF files
and CSV files, while automatically slowing down requests, letting you know
where it is up to, and adjusting for files that have already been downloaded.
License: MIT + file LICENSE
URL: https://github.com/RohanAlexander/heapsofpapers
BugReports: https://github.com/RohanAlexander/heapsofpapers/issues
Imports:
aws.s3,
curl,
dplyr,
fs,
magrittr,
rlang,
scales,
utils
Suggests:
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0),
tibble
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1