Skip to content

Commit 432f905

Browse files
committed
remove code block
1 parent 397f9c5 commit 432f905

File tree

2 files changed

+5
-72
lines changed

2 files changed

+5
-72
lines changed

docs/report.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ time_horizon <- c(est_prev = "1year",
2424
Rt = "3months")
2525
```
2626

27-
Estimates were derived from the modelled daily and weekly data published weekly as part of the Covid-19 Community Infection Survey by the Office of National Statistics. Prevalence and incidence estimates are shown for the last year, and reproduction number for the past three months. Code to reproduce the results and links to data tables with estimates are available at https://github.com/epiforecasts/inc2prev
27+
Estimates were derived from the modelled daily and weekly data published weekly as part of the Covid-19 Community Infection Survey by the Office of National Statistics. Prevalence and incidence estimates are shown for the last year, and reproduction number for the past three months. Code to reproduce the results and links to data tables with estimates are available at [https://github.com/epiforecasts/inc2prev](https://github.com/epiforecasts/inc2prev).
2828

29-
```{r, results = 'asis'}
29+
```{r, results = 'asis', echo = FALSE, include = FALSE}
3030
for (level in names(estimates)) {
3131
cat("\n\n#", estimates[[level]], "estimates", "{.tabset}", "\n")
3232
for (quantity in names(quantities)) {

docs/report.html

Lines changed: 3 additions & 70 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)