Skip to content

Commit

Permalink
fix typo in report
Browse files Browse the repository at this point in the history
  • Loading branch information
d4straub committed Jul 25, 2024
1 parent 6de1d0d commit a3e8284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/report_template.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ for (folder in ancom) {
any_ancombc <- !isFALSE(params$ancombc) || !isFALSE(params$ancombc_formula)
```

```{r, eval = !isFALSE(params$any_ancombc), results='asis'}
```{r, eval = !isFALSE(any_ancombc), results='asis'}
cat(paste0("
## ANCOM-BC
Expand Down

0 comments on commit a3e8284

Please sign in to comment.