We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a521446 commit a1c98edCopy full SHA for a1c98ed
.github/workflows/runreplication.yml
@@ -10,7 +10,7 @@ jobs:
10
replicate-simulation:
11
runs-on: ${{ matrix.config.os }}
12
13
- name: ${{ matrix.config.os }} (R ${{ matrix.config.r }}; mlr3 ${{ matrix.config.mlr3 }}); DoubleML ${{ matrix.config.DoubleML }})
+ name: ${{ matrix.config.os }} (R ${{ matrix.config.r }}; mlr3 ${{ matrix.config.mlr3 }}; DoubleML ${{ matrix.config.DoubleML }})
14
15
strategy:
16
fail-fast: false
DESCRIPTION
@@ -20,8 +20,10 @@ Imports:
20
DoubleML,
21
foreach,
22
ggplot2,
23
+ glmnet,
24
mlr3,
25
mlr3learners,
26
mvtnorm,
27
parallel,
28
+ ranger,
29
xtable
0 commit comments