Skip to content

Commit

Permalink
Merge pull request #137 from ModelOriented/fix-orchid
Browse files Browse the repository at this point in the history
Fix wrong ORCID
  • Loading branch information
mayer79 authored Jul 12, 2024
2 parents 8adc4e7 + 87e3a57 commit 3a2b14c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: Kernel SHAP
Version: 0.6.0
Authors@R: c(
person("Michael", "Mayer", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6148-5756")),
comment = c(ORCID = "0009-0007-2540-9629")),
person("David", "Watson", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9632-2159")),
person("Przemyslaw", "Biecek", , "[email protected]", role = "ctb",
Expand Down
2 changes: 1 addition & 1 deletion packaging.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use_description(
The package plays well together with meta-learning packages like 'tidymodels', 'caret' or 'mlr3'.
Visualizations can be done using the R package 'shapviz'.",
`Authors@R` =
"c(person('Michael', family='Mayer', role=c('aut', 'cre'), email='[email protected]', comment=c(ORCID='0000-0002-6148-5756')),
"c(person('Michael', family='Mayer', role=c('aut', 'cre'), email='[email protected]', comment=c(ORCID='0009-0007-2540-9629')),
person('David', family='Watson', role='aut', email='[email protected]', comment=c(ORCID='0000-0001-9632-2159')),
person('Przemyslaw', family='Biecek', email='[email protected]', role='ctb', comment=c(ORCID='0000-0001-8423-1823'))
)",
Expand Down

0 comments on commit 3a2b14c

Please sign in to comment.