-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathDESCRIPTION
More file actions
74 lines (74 loc) · 2.43 KB
/
DESCRIPTION
File metadata and controls
74 lines (74 loc) · 2.43 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
Package: dsBaseClient
Title: DataSHIELD Client Functions
Version: 6.4.0.9000
Description: Base DataSHIELD functions for the client side. DataSHIELD is a software package which allows
you to do non-disclosive federated analysis on sensitive data. DataSHIELD analytic functions have
been designed to only share non disclosive summary statistics, with built in automated output
checking based on statistical disclosure control. With data sites setting the threshold values for
the automated output checks.
Authors@R: c(person(given = "Paul",
family = "Burton",
role = c("aut")),
person(given = "Rebecca",
family = "Wilson",
role = c("aut")),
person(given = "Olly",
family = "Butters",
role = c("aut")),
person(given = "Patricia",
family = "Ryser-Welch",
role = c("aut")),
person(given = "Alex",
family = "Westerberg",
role = c("aut")),
person(given = "Leire",
family = "Abarrategui",
role = c("aut")),
person(given = "Roberto",
family = "Villegas-Diaz",
role = c("aut"),
comment = c(ORCID = "0000-0001-5036-8661")),
person(given = "Demetris",
family = "Avraam",
role = c("aut"),
comment = c(ORCID = "0000-0001-8908-2441")),
person(given = "Yannick",
family = "Marcon",
role = c("aut"),
email = "yannick.marcon@obiba.org",
comment = c(ORCID = "0000-0003-0138-2023")),
person(given = "Stuart",
family = "Wheater",
role = c("aut", "cre"),
email = "stuart.wheater@arjuna.com",
comment = c(ORCID = "0009-0003-2419-1964")))
License: GPL-3
Depends:
R (>= 4.0.0),
DSI (>= 1.7.1)
Imports:
fields,
metafor,
meta,
ggplot2,
gridExtra,
data.table,
methods,
dplyr,
cli,
purrr,
assertthat
Suggests:
lme4,
httr,
tibble,
testthat (>= 3.0.0),
e1071,
DescTools,
DSOpal,
DSMolgenisArmadillo,
DSLite,
dsBase
RoxygenNote: 7.3.2
Encoding: UTF-8
Config/testthat/edition: 3