-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathDESCRIPTION
More file actions
87 lines (87 loc) · 2.71 KB
/
DESCRIPTION
File metadata and controls
87 lines (87 loc) · 2.71 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Package: dataverse
Version: 0.3.17
Title: Client for Dataverse 4+ Repositories
Authors@R:
c(person(given = "Shiro",
family = "Kuriwaki",
role = c("aut", "cre"),
email = "shirokuriwaki@gmail.com",
comment = c(ORCID = "0000-0002-5687-2647")),
person(given = "Will",
family = "Beasley",
role=c("aut"),
email="wibeasley@hotmail.com",
comment = c(ORCID = "0000-0002-5613-5006")),
person(given = "Thomas J.",
family = "Leeper",
role = c("aut"),
email = "thosjleeper@gmail.com",
comment = c(ORCID = "0000-0003-4097-6326")),
person(given = "Philip",
family = "Durbin",
role = c("aut"),
email = "philipdurbin@gmail.com",
comment = c(ORCID = "0000-0002-9528-9470")),
person(given = "Sebastian",
family = "Karcher",
role = c("aut"),
email = "karcher@u.northwestern.edu",
comment = c(ORCID = "0000-0001-8249-7388")),
person(given = "Jan",
family = "Kanis",
role = "ctb"),
person(given = "Edward",
family = "Jee",
role = "ctb"),
person(given = "Johannes",
family = "Gruber",
role = c("ctb"),
email = "JohannesB.Gruber@gmail.com",
comment = c(ORCID = "0000-0001-9177-1772")),
person(given = "Martin",
family = "Morgan",
role = "ctb",
email = "mtmorgan.xyz@gmail.com",
comment = c(ORCID = "0000-0002-5874-8148")),
person(given = "Konrad",
family = "Oberwimmer",
role = "ctb",
email = "konrad.oberwimmer@gmail.com"),
person(given = "Christopher T.",
family = "Kenny",
role = c("ctb"),
email = "ctkenny@proton.me",
comment = c(ORCID = "0000-0002-9386-6860")))
Imports:
checkmate,
curl,
httr2,
memoise,
cachem,
jsonlite,
readr,
stats,
utils,
tools,
xml2
Suggests:
covr,
haven,
knitr,
purrr,
rmarkdown,
testthat,
devtools,
tibble,
yaml
Description: Provides access to Dataverse APIs <https://dataverse.org/> (versions 4-5),
enabling data search, retrieval, and deposit. For Dataverse versions <= 3.0,
use the archived 'dvn' package <https://cran.r-project.org/package=dvn>.
License: GPL-2
URL: https://iqss.github.io/dataverse-client-r/, https://dataverse.org/, https://github.com/iqss/dataverse-client-r
BugReports: https://github.com/iqss/dataverse-client-r/issues
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3