Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit b13eac3

Browse files
committed
don't build basic vignette
1 parent e20816c commit b13eac3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vignettes/basic-usage.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ knitr::opts_chunk$set(
1313
collapse = TRUE,
1414
comment = "#>"
1515
)
16+
17+
knitr::opts_chunk$set(eval = FALSE)
18+
1619
```
1720

1821
```{r setup}
1922
suppressPackageStartupMessages({
2023
library(Seurat)
24+
library(SeuratData)
2125
library(callback)
2226
})
2327
```
2428

25-
```{r install_SeuratData}
26-
devtools::install_github('satijalab/seurat-data')
27-
library(SeuratData)
28-
```
2929

3030
First, we use the `SeuratData` data package to first download and then load
3131
2700 PBMCs. The loaded `SeuratObject`, `pbmc3k`, is from an old version of

0 commit comments

Comments
 (0)