Skip to content

Commit

Permalink
suppress message in env vinette chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Feb 11, 2024
1 parent 15395c7 commit d80119d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/rols.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ vignette: >
%\VignetteEncoding{UTF-8}
---

```{r env, echo=FALSE}
```{r env, echo=FALSE, message=FALSE}
suppressPackageStartupMessages(library("GO.db"))
suppressPackageStartupMessages(library("BiocStyle"))
suppressPackageStartupMessages(library("rols"))
suppressPackageStartupMessages(library("DT"))
nonto <- length(ol <- Ontologies())
suppressMessages(nonto <- length(ol <- Ontologies()))
```

# Introduction
Expand Down

0 comments on commit d80119d

Please sign in to comment.