Skip to content

Commit c9a67bc

Browse files
authored
Merge pull request #181 from DoubleML/p-upd-desc-cit
Update to Documentation and add Sven Klaassen as author
2 parents b92e6dc + 97b6496 commit c9a67bc

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Authors@R: c(
66
person("Philipp", "Bach", email = "[email protected]", role=c("aut", "cre")),
77
person("Victor", "Chernozhukov", role="aut"),
88
person("Malte S.", "Kurz", email = "[email protected]", role="aut"),
9-
person("Martin", "Spindler", email="[email protected]", role="aut"))
9+
person("Martin", "Spindler", email="[email protected]", role="aut"),
10+
person("Klaassen", "Sven", email="[email protected]", role="aut"))
1011
Description: Implementation of the double/debiased machine learning framework of
1112
Chernozhukov et al. (2018) <doi:10.1111/ectj.12097> for partially linear
1213
regression models, partially linear instrumental variable regression models,
@@ -36,7 +37,7 @@ Imports:
3637
mlr3learners (>= 0.3.0),
3738
mlr3misc
3839
Roxygen: list(markdown = TRUE, r6 = TRUE)
39-
RoxygenNote: 7.2.1
40+
RoxygenNote: 7.2.3
4041
Suggests:
4142
knitr,
4243
rmarkdown,

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
YEAR: 2019-2021
2-
COPYRIGHT HOLDER: Philipp Bach, Victor Chernozhukov, Malte S. Kurz, Martin Spindler
1+
YEAR: 2019-2023
2+
COPYRIGHT HOLDER: Philipp Bach, Victor Chernozhukov, Malte S. Kurz, Martin Spindler, Sven Klaassen

man/DoubleML.Rd

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)