Skip to content

Commit 0481615

Browse files
committed
test: forecaster_testing not in targets
1 parent cc0c955 commit 0481615

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

_targets.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,3 @@ covid_hosp_prod:
1414
script: covid_hosp_prod.R
1515
store: covid_hosp_prod
1616
use_crew: yes
17-
forecaster_testing:
18-
script: forecaster_testing.R
19-
store: forecaster_testing
20-
use_crew: no

_targets/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

run.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ readline_wrapper <- function(msg = "which project would you like to run?
99
2: flu_hosp_explore
1010
3: covid_hosp_prod
1111
4: flu_hosp_prod
12-
5: forecaster_testing
1312
input: ") {
1413
if (interactive()) {
1514
txt <- readline(msg)
@@ -35,7 +34,6 @@ TAR_PROJECT <- switch(
3534
"2" = "flu_hosp_explore",
3635
"3" = "covid_hosp_prod",
3736
"4" = "flu_hosp_prod",
38-
"5" = "forecaster_testing",
3937
# else
4038
stop("selection `", userin, "` is invalid")
4139
)

0 commit comments

Comments
 (0)