We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55c06a8 + a301354 commit 25f2964Copy full SHA for 25f2964
1 file changed
.github/workflows/runreplication.yml
@@ -1,5 +1,5 @@
1
# Workflow based on https://blog--simonpcouch.netlify.app/blog/r-github-actions-commit/
2
-name: Replication
+name: Replication of Simulation Study
3
4
on:
5
schedule:
@@ -56,11 +56,6 @@ jobs:
56
remotes::install_cran("rcmdcheck")
57
shell: Rscript {0}
58
59
- - name: Introduction and Cross Fit
60
- run: |
61
- source("Code/examples_failure_n_500_p_20.R")
62
- shell: Rscript {0}
63
-
64
- name: Run PLR
65
run: |
66
source("Code/sim_plr.R")
@@ -84,16 +79,12 @@ jobs:
84
79
- uses: actions/upload-artifact@v3
85
80
with:
86
81
name: sim-results
87
- path: |
88
- ./simresults/
89
- ./Figures/
82
+ path: ./simresults/
90
83
91
- uses: actions/download-artifact@v3
92
93
94
95
96
97
98
- name: Merge results
99
0 commit comments