Skip to content

Commit 25f2964

Browse files
committed
Merge branch 'main' into p-upd-repl-materials
2 parents 55c06a8 + a301354 commit 25f2964

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

.github/workflows/runreplication.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Workflow based on https://blog--simonpcouch.netlify.app/blog/r-github-actions-commit/
2-
name: Replication
2+
name: Replication of Simulation Study
33

44
on:
55
schedule:
@@ -56,11 +56,6 @@ jobs:
5656
remotes::install_cran("rcmdcheck")
5757
shell: Rscript {0}
5858

59-
- name: Introduction and Cross Fit
60-
run: |
61-
source("Code/examples_failure_n_500_p_20.R")
62-
shell: Rscript {0}
63-
6459
- name: Run PLR
6560
run: |
6661
source("Code/sim_plr.R")
@@ -84,16 +79,12 @@ jobs:
8479
- uses: actions/upload-artifact@v3
8580
with:
8681
name: sim-results
87-
path: |
88-
./simresults/
89-
./Figures/
82+
path: ./simresults/
9083

9184
- uses: actions/download-artifact@v3
9285
with:
9386
name: sim-results
94-
path: |
95-
./simresults/
96-
./Figures/
87+
path: ./simresults/
9788

9889
- name: Merge results
9990
run: |

0 commit comments

Comments
 (0)