Skip to content

Commit f8e19f3

Browse files
authored
Added authors and orcids
1 parent a1f9b2e commit f8e19f3

1 file changed

Lines changed: 19 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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)