Skip to content

Commit f02e492

Browse files
Merge pull request #400 from OllyButters/v6.3.3-dev
V6.3.3 dev -DESC: added authors + orcids
2 parents a1f9b2e + c17fa3a commit f02e492

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

DESCRIPTION

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: dsBase
2-
Title: 'DataSHIELD' Server Site Base Functions
2+
Title: 'DataSHIELD' Server Side Base Functions
33
Description: Base 'DataSHIELD' functions for the server side. 'DataSHIELD' is a software package which allows
44
you to do non-disclosive federated analysis on sensitive data. 'DataSHIELD' analytic functions have
55
been designed to only share non disclosive summary statistics, with built in automated output
@@ -8,16 +8,20 @@ Description: Base 'DataSHIELD' functions for the server side. 'DataSHIELD' is a
88
Version: 6.3.3
99
Authors@R: c(person(given = "Paul",
1010
family = "Burton",
11-
role = c("aut")),
11+
role = c("aut"),
12+
comment = c(ORCID = "0000-0001-5799-9634")),
1213
person(given = "Rebecca",
1314
family = "Wilson",
14-
role = c("aut")),
15+
role = c("aut"),
16+
comment = c(ORCID = "0000-0003-2294-593X")),
1517
person(given = "Olly",
1618
family = "Butters",
17-
role = c("aut")),
19+
role = c("aut"),
20+
comment = c(ORCID = "0000-0003-0354-8461")),
1821
person(given = "Patricia",
1922
family = "Ryser-Welch",
20-
role = c("aut")),
23+
role = c("aut"),
24+
comment = c(ORCID = "0000-0002-0070-0264")),
2125
person(given = "Alex",
2226
family = "Westerberg",
2327
role = c("aut")),
@@ -37,6 +41,17 @@ Authors@R: c(person(given = "Paul",
3741
role = c("aut"),
3842
email = "yannick.marcon@obiba.org",
3943
comment = c(ORCID = "0000-0003-0138-2023")),
44+
person(given = "Tom",
45+
family = "Bishop",
46+
role = c("aut")),
47+
person(given = "Amadou",
48+
family = "Gaye",
49+
role = c("aut"),
50+
comment = c(ORCID = "0000-0002-1180-2792")),
51+
person(given = "Xavier",
52+
family = "Escribà-Montagut",
53+
role = c("aut"),
54+
comment = c(ORCID = "0000-0003-2888-8948")),
4055
person(given = "Stuart",
4156
family = "Wheater",
4257
role = c("aut", "cre"),

0 commit comments

Comments
 (0)