Skip to content

Commit b23eb6a

Browse files
committed
increment version, add DOI
1 parent 5cb7261 commit b23eb6a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: DoubleML
22
Type: Package
33
Title: Double Machine Learning in R
4-
Version: 0.5.0.9000
4+
Version: 1.0.0
55
Authors@R: c(
66
person("Philipp", "Bach", email = "philipp.bach@uni-hamburg.de", role=c("aut", "cre")),
77
person("Victor", "Chernozhukov", role="aut"),
@@ -16,7 +16,8 @@ Description: Implementation of the double/debiased machine learning framework of
1616
these models by machine learning methods and computation of the Neyman
1717
orthogonal score functions. 'DoubleML' is built on top of 'mlr3' and the
1818
'mlr3' ecosystem. The object-oriented implementation of 'DoubleML' based on
19-
the 'R6' package is very flexible.
19+
the 'R6' package is very flexible. More information available in the
20+
publication in the Journal of Statistical Software: <10.18637/jss.v108.i03>.
2021
License: MIT + file LICENSE
2122
URL: https://docs.doubleml.org/stable/index.html, https://github.com/DoubleML/doubleml-for-r/
2223
BugReports: https://github.com/DoubleML/doubleml-for-r/issues
@@ -37,7 +38,7 @@ Imports:
3738
mlr3learners (>= 0.3.0),
3839
mlr3misc
3940
Roxygen: list(markdown = TRUE, r6 = TRUE)
40-
RoxygenNote: 7.2.3
41+
RoxygenNote: 7.3.1
4142
Suggests:
4243
knitr,
4344
rmarkdown,

0 commit comments

Comments
 (0)