Skip to content

Commit a1c98ed

Browse files
committed
add ranger and glmnet to dependencies, upd git action
1 parent a521446 commit a1c98ed

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/runreplication.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
replicate-simulation:
1111
runs-on: ${{ matrix.config.os }}
1212

13-
name: ${{ matrix.config.os }} (R ${{ matrix.config.r }}; mlr3 ${{ matrix.config.mlr3 }}); DoubleML ${{ matrix.config.DoubleML }})
13+
name: ${{ matrix.config.os }} (R ${{ matrix.config.r }}; mlr3 ${{ matrix.config.mlr3 }}; DoubleML ${{ matrix.config.DoubleML }})
1414

1515
strategy:
1616
fail-fast: false

DESCRIPTION

+2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ Imports:
2020
DoubleML,
2121
foreach,
2222
ggplot2,
23+
glmnet,
2324
mlr3,
2425
mlr3learners,
2526
mvtnorm,
2627
parallel,
28+
ranger,
2729
xtable

0 commit comments

Comments
 (0)