Skip to content

Commit 6fc642f

Browse files
committed
fix setting run_chunks variable
1 parent cffae57 commit 6fc642f

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

vignettes/SCWorkflow-Annotations.Rmd

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ vignette: >
77
%\VignetteEncoding{UTF-8}
88
---
99

10-
```{r, include = FALSE,eval=run_Chunks}
10+
11+
12+
13+
```{r, include = FALSE}
1114
options(rmarkdown.html_vignette.check_title = FALSE)
1215
1316
knitr::opts_chunk$set(
@@ -21,9 +24,13 @@ library(dplyr)
2124
library(ggplot2)
2225
library(tibble)
2326
24-
Comb_SO=readRDS("./images/CN_SO.rds")
27+
run_Chunks=FALSE
2528
```
2629

30+
```{r,include=F,echo=F,eval=run_Chunks}
31+
Comb_SO=readRDS("./images/CN_SO.rds")
32+
33+
```
2734

2835
## Cell Type Annotation with SingleR
2936

vignettes/SCWorkflow-Overview.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ vignette: >
77
%\VignetteEncoding{UTF-8}
88
---
99

10+
1011
```{r, include = FALSE}
1112
options(rmarkdown.html_vignette.check_title = FALSE)
1213
run_Chunks=FALSE

0 commit comments

Comments
 (0)