Skip to content

Commit

Permalink
Merge pull request #119 from ModelOriented/fix-orcid
Browse files Browse the repository at this point in the history
Fix ORCID in DESCRIPTION
  • Loading branch information
mayer79 authored Jul 12, 2024
2 parents 91848c7 + f968ef8 commit d337fd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: hstats
Title: Interaction Statistics
Version: 1.2.0
Version: 1.2.1
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("Przemyslaw", "Biecek", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-8423-1823"))
)
Expand Down
6 changes: 3 additions & 3 deletions packaging.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ library(usethis)
use_description(
fields = list(
Title = "Interaction Statistics",
Version = "1.2.0",
Version = "1.2.1",
Description = "Fast, model-agnostic implementation of different H-statistics
introduced by Jerome H. Friedman and Bogdan E. Popescu (2008) <doi:10.1214/07-AOAS148>.
These statistics quantify interaction strength per feature, feature pair,
Expand All @@ -26,15 +26,15 @@ use_description(
or individual conditional expectation plots. 'DALEX' explainers, meta learners
('mlr3', 'tidymodels', 'caret') and most other models work out-of-the-box.",
`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('Przemyslaw', family='Biecek', email='[email protected]', role='ctb', comment=c(ORCID='0000-0001-8423-1823'))
)",
Depends = "R (>= 3.2.0)",
LazyData = NULL
),
roxygen = TRUE
)

use_package("stats", "Imports")
use_package("utils", "Imports")
use_package("ggplot2", "Imports")
Expand Down

0 comments on commit d337fd2

Please sign in to comment.