From 3478c935fa1949a9515569a2ab8d8904b039f0b8 Mon Sep 17 00:00:00 2001 From: Muluh <127390183+0xMuluh@users.noreply.github.com> Date: Sat, 8 Aug 2026 14:42:35 +0000 Subject: [PATCH] Suppress cheatsheet startup messages --- inst/pages/phyloseq_cheatsheet.qmd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/inst/pages/phyloseq_cheatsheet.qmd b/inst/pages/phyloseq_cheatsheet.qmd index 4fe969d9..9311d811 100644 --- a/inst/pages/phyloseq_cheatsheet.qmd +++ b/inst/pages/phyloseq_cheatsheet.qmd @@ -5,6 +5,13 @@ This section has a cheatsheet for translating common functions in `r BiocStyle::Biocpkg("TreeSummarizedExperiment")` (`TreeSE`) / `r BiocStyle::Biocpkg("mia")` with example code. +```{r} +#| label: setup +#| include: false + +knitr::opts_chunk$set(message = FALSE, warning = FALSE) +``` + ```{r} #| label: download_libs