-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
36 lines (36 loc) · 894 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: deposits
Title: A universal client for depositing and accessing research data
anywhere
Version: 0.2.1.061
Authors@R:
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265"))
Description: A universal client for depositing and accessing research data
anywhere. Currently supported services are zenodo and figshare.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/deposits/
BugReports: https://github.com/ropenscilabs/deposits/issues
Imports:
checkmate,
fs,
here,
httr2,
jsonlite,
jsonvalidate,
methods,
R6,
withr,
xml2
Suggests:
frictionless,
httptest2,
knitr,
pkgbuild,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2