Skip to content

Commit

Permalink
don't display (temporary) warnings when loading SE
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Jul 19, 2023
1 parent 4db1d31 commit 864544e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/60-next-steps.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ We will create a `SummarizedExperiment` from these tables:
To do this we can put the different parts together using the
`SummarizedExperiment` constructor:

```{r, message=FALSE}
```{r, message=FALSE, warning=FALSE}
## BiocManager::install("SummarizedExperiment")
library("SummarizedExperiment")
```
Expand Down

0 comments on commit 864544e

Please sign in to comment.