Skip to content

Commit 2b52b32

Browse files
committed
remove notebooks from targets
1 parent 2eb9379 commit 2b52b32

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

covid_hosp_explore.R

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -121,21 +121,11 @@ ensemble_forecast <- tar_map(
121121
}
122122
)
123123
)
124-
notebooks <- list(
125-
tar_render(
126-
name = report,
127-
path = "extras/report.Rmd",
128-
params = list(
129-
exclude_geos = c("as", "gu", "mp", "vi")
130-
)
131-
)
132-
)
133124

134125
list(
135126
data,
136127
forecasters,
137128
forecasts_and_scores,
138129
ensembles,
139-
ensemble_forecast,
140-
notebooks
130+
ensemble_forecast
141131
)

flu_hosp_explore.R

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -260,21 +260,11 @@ ensemble_forecast <- tar_map(
260260
}
261261
)
262262
)
263-
notebooks <- list(
264-
tar_render(
265-
name = report,
266-
path = "extras/report.Rmd",
267-
params = list(
268-
exclude_geos = c("as", "gu", "mp", "vi")
269-
)
270-
)
271-
)
272263

273264
list(
274265
data,
275266
forecasters,
276267
forecasts_and_scores,
277268
ensembles,
278-
ensemble_forecast,
279-
notebooks
269+
ensemble_forecast
280270
)

0 commit comments

Comments
 (0)