Skip to content

Commit 3a2b14c

Browse files
authored
Merge pull request #137 from ModelOriented/fix-orchid
Fix wrong ORCID
2 parents 8adc4e7 + 87e3a57 commit 3a2b14c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Kernel SHAP
33
Version: 0.6.0
44
Authors@R: c(
55
person("Michael", "Mayer", , "[email protected]", role = c("aut", "cre"),
6-
comment = c(ORCID = "0000-0002-6148-5756")),
6+
comment = c(ORCID = "0009-0007-2540-9629")),
77
person("David", "Watson", , "[email protected]", role = "aut",
88
comment = c(ORCID = "0000-0001-9632-2159")),
99
person("Przemyslaw", "Biecek", , "[email protected]", role = "ctb",

packaging.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use_description(
2222
The package plays well together with meta-learning packages like 'tidymodels', 'caret' or 'mlr3'.
2323
Visualizations can be done using the R package 'shapviz'.",
2424
`Authors@R` =
25-
"c(person('Michael', family='Mayer', role=c('aut', 'cre'), email='[email protected]', comment=c(ORCID='0000-0002-6148-5756')),
25+
"c(person('Michael', family='Mayer', role=c('aut', 'cre'), email='[email protected]', comment=c(ORCID='0009-0007-2540-9629')),
2626
person('David', family='Watson', role='aut', email='[email protected]', comment=c(ORCID='0000-0001-9632-2159')),
2727
person('Przemyslaw', family='Biecek', email='[email protected]', role='ctb', comment=c(ORCID='0000-0001-8423-1823'))
2828
)",

0 commit comments

Comments
 (0)