-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathDESCRIPTION
More file actions
80 lines (80 loc) · 3.06 KB
/
DESCRIPTION
File metadata and controls
80 lines (80 loc) · 3.06 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
Package: dsBase
Title: 'DataSHIELD' Server Side Base Functions
Description: Base 'DataSHIELD' functions for the server 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. For more details, see 'citation("dsBase")'.
Version: 6.3.5
Authors@R: c(person(given = "Paul",
family = "Burton",
role = c("aut"),
comment = c(ORCID = "0000-0001-5799-9634")),
person(given = "Rebecca",
family = "Wilson",
role = c("aut"),
comment = c(ORCID = "0000-0003-2294-593X")),
person(given = "Olly",
family = "Butters",
role = c("aut"),
comment = c(ORCID = "0000-0003-0354-8461")),
person(given = "Patricia",
family = "Ryser-Welch",
role = c("aut"),
comment = c(ORCID = "0000-0002-0070-0264")),
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 = "Tom",
family = "Bishop",
role = c("aut")),
person(given = "Amadou",
family = "Gaye",
role = c("aut"),
comment = c(ORCID = "0000-0002-1180-2792")),
person(given = "Xavier",
family = "Escribà-Montagut",
role = c("aut"),
comment = c(ORCID = "0000-0003-2888-8948")),
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)
Imports:
RANN,
stringr,
lme4,
dplyr,
reshape2,
polycor (>= 0.8),
splines,
gamlss,
gamlss.dist,
mice,
childsds
Suggests:
spelling,
testthat
RoxygenNote: 7.3.3
Encoding: UTF-8
Language: en-GB