File tree 1 file changed +3
-12
lines changed
1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Workflow based on https://blog--simonpcouch.netlify.app/blog/r-github-actions-commit/
2
- name : Replication
2
+ name : Replication of Simulation Study
3
3
4
4
on :
5
5
schedule :
56
56
remotes::install_cran("rcmdcheck")
57
57
shell : Rscript {0}
58
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
59
- name : Run PLR
65
60
run : |
66
61
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
84
- uses : actions/download-artifact@v3
92
85
with :
93
86
name : sim-results
94
- path : |
95
- ./simresults/
96
- ./Figures/
87
+ path : ./simresults/
97
88
98
89
- name : Merge results
99
90
run : |
You can’t perform that action at this time.
0 commit comments