forked from Between-the-Fjords/dataDownloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 687 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: dataDownloader
Title: Downloads Files From Repositories If Hash Has Changed
Version: 0.0.0.9002
Authors@R:
person(given = "Richard",
family = "Telford",
role = c("aut", "cre"),
email = "richard.telford@uib.no",
comment = c(ORCID = "0000-0001-9826-3076"))
Description: Downloads data if its hash has changed. Currently implementing osf.io and dropbox.com.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/Between-the-Fjords/dataDownloader
Bugs: https://github.com/Between-the-Fjords/dataDownloader/issues
Imports:
glue,
fs,
digest,
dplyr,
magrittr,
rlang,
osfr
RoxygenNote: 7.0.2