11Package: dsBaseClient
22Title: DataSHIELD Client Functions
33Version: 6.4.0.9000
4- Author: DataSHIELD Developers <datashield@liverpool.ac.uk>
5- Maintainer: DataSHIELD Developers <datashield@liverpool.ac.uk>
6- Description: DataSHIELD client functions for the client side.
4+ Description: Base DataSHIELD functions for the client side. DataSHIELD is a software package which allows
5+ you to do non-disclosive federated analysis on sensitive data. DataSHIELD analytic functions have
6+ been designed to only share non disclosive summary statistics, with built in automated output
7+ checking based on statistical disclosure control. With data sites setting the threshold values for
8+ the automated output checks.
9+ Authors@R: c(person(given = "Paul",
10+ family = "Burton",
11+ role = c("aut")),
12+ person(given = "Rebecca",
13+ family = "Wilson",
14+ role = c("aut")),
15+ person(given = "Olly",
16+ family = "Butters",
17+ role = c("aut")),
18+ person(given = "Patricia",
19+ family = "Ryser-Welch",
20+ role = c("aut")),
21+ person(given = "Alex",
22+ family = "Westerberg",
23+ role = c("aut")),
24+ person(given = "Leire",
25+ family = "Abarrategui",
26+ role = c("aut")),
27+ person(given = "Roberto",
28+ family = "Villegas-Diaz",
29+ role = c("aut"),
30+ comment = c(ORCID = "0000-0001-5036-8661")),
31+ person(given = "Demetris",
32+ family = "Avraam",
33+ role = c("aut"),
34+ comment = c(ORCID = "0000-0001-8908-2441")),
35+ person(given = "Yannick",
36+ family = "Marcon",
37+ role = c("aut"),
38+ email = "yannick.marcon@obiba.org",
39+ comment = c(ORCID = "0000-0003-0138-2023")),
40+ person(given = "Stuart",
41+ family = "Wheater",
42+ role = c("aut", "cre"),
43+ email = "stuart.wheater@arjuna.com",
44+ comment = c(ORCID = "0009-0003-2419-1964")))
745License: GPL-3
846Depends:
947 R (>= 4.0.0),
@@ -15,7 +53,6 @@ Imports:
1553 ggplot2,
1654 gridExtra,
1755 data.table,
18- panelaggregation,
1956 methods,
2057 dplyr
2158Suggests:
0 commit comments