Skip to content

Commit 16d45b9

Browse files
committed
up
1 parent fb2a5fd commit 16d45b9

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

vignettes/gbcc2025.Rmd

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ output:
1212
bibliography: ../inst/bibliography.bib
1313
---
1414

15+
```{r}
16+
#| label: setup
17+
#| include: false
18+
knitr::opts_chunk$set(
19+
collapse = TRUE,
20+
comment = "#>",
21+
warning = FALSE,
22+
message = FALSE
23+
)
24+
```
25+
1526
Authors:
1627
Tuomas Borman^[University of Turku, tvborm@utu.fi]
1728
<br/>
@@ -96,10 +107,9 @@ which provides essential methods for conducting microbiome analysis.
96107

97108
#### Microbiome data science in Bioconductor
98109

99-
```{r}
110+
```{r, results='hide'}
100111
#| label: microbiome_bioconductor
101112
#| fig-width: 15
102-
#| results: "hide"
103113
library(ggplot2)
104114
library(ggrepel)
105115

0 commit comments

Comments
 (0)