Skip to content

Commit

Permalink
suppress warnings in vignette (#127)
Browse files Browse the repository at this point in the history
* suppress warnings in vignette

* fix vignette
  • Loading branch information
rcannood committed Sep 19, 2023
1 parent 36d82c0 commit 493f8cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vignettes/getting-started.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
# already load SeuratObject and SingleCellExperiment
# so warnings generated by these packages are not shown
library(SeuratObject)
library(SingleCellExperiment)
```

# Introduction
Expand Down

0 comments on commit 493f8cb

Please sign in to comment.