File tree Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,3 @@ covid_hosp_prod:
14
14
script : covid_hosp_prod.R
15
15
store : covid_hosp_prod
16
16
use_crew : yes
17
- forecaster_testing :
18
- script : forecaster_testing.R
19
- store : forecaster_testing
20
- use_crew : no
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ readline_wrapper <- function(msg = "which project would you like to run?
9
9
2: flu_hosp_explore
10
10
3: covid_hosp_prod
11
11
4: flu_hosp_prod
12
- 5: forecaster_testing
13
12
input: " ) {
14
13
if (interactive()) {
15
14
txt <- readline(msg )
@@ -35,7 +34,6 @@ TAR_PROJECT <- switch(
35
34
" 2" = " flu_hosp_explore" ,
36
35
" 3" = " covid_hosp_prod" ,
37
36
" 4" = " flu_hosp_prod" ,
38
- " 5" = " forecaster_testing" ,
39
37
# else
40
38
stop(" selection `" , userin , " ` is invalid" )
41
39
)
You can’t perform that action at this time.
0 commit comments