Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 20 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: dsBase
Title: 'DataSHIELD' Server Site Base Functions
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
Expand All @@ -8,16 +8,20 @@ Description: Base 'DataSHIELD' functions for the server side. 'DataSHIELD' is a
Version: 6.3.3
Authors@R: c(person(given = "Paul",
family = "Burton",
role = c("aut")),
role = c("aut"),
comment = c(ORCID = "0000-0001-5799-9634")),
person(given = "Rebecca",
family = "Wilson",
role = c("aut")),
role = c("aut"),
comment = c(ORCID = "0000-0003-2294-593X")),
person(given = "Olly",
family = "Butters",
role = c("aut")),
role = c("aut"),
comment = c(ORCID = "0000-0003-0354-8461")),
person(given = "Patricia",
family = "Ryser-Welch",
role = c("aut")),
role = c("aut"),
comment = c(ORCID = "0000-0002-0070-0264")),
person(given = "Alex",
family = "Westerberg",
role = c("aut")),
Expand All @@ -37,6 +41,17 @@ Authors@R: c(person(given = "Paul",
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"),
Expand Down
Loading