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

Commit 48a370c

Browse files
committed
fix figure path
1 parent 02457d8 commit 48a370c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

vignettes/Introduction.Rmd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ knitr::include_graphics(c("../man/figures/logo.png"))
2828

2929
```{r, echo=FALSE, out.height = c("58px"), out.width = c("155x", "129px", "202px", "219px", "180px")}
3030
knitr::include_graphics(c(
31-
"man/figures/svcf_logo.jpeg",
32-
"man/figures/czi_logo.png",
33-
"man/figures/bioconductor_logo.jpg",
34-
"man/figures/vca_logo.png",
35-
"man/figures/nectar_logo.png"
31+
"../man/figures/svcf_logo.jpeg",
32+
"../man/figures/czi_logo.png",
33+
"../man/figures/bioconductor_logo.jpg",
34+
"../man/figures/vca_logo.png",
35+
"../man/figures/nectar_logo.png"
3636
))
3737
```
3838

@@ -247,7 +247,7 @@ get_metadata() |>
247247
```
248248

249249
```{r, echo=FALSE, message=FALSE, warning=FALSE}
250-
knitr::include_graphics("man/figures/HLA_A_disease_plot.png")
250+
knitr::include_graphics("../man/figures/HLA_A_disease_plot.png")
251251
```
252252

253253
```{r, eval=FALSE}
@@ -268,7 +268,7 @@ get_metadata() |>
268268
```
269269

270270
```{r, echo=FALSE, message=FALSE, warning=FALSE}
271-
knitr::include_graphics("man/figures/HLA_A_tissue_plot.png")
271+
knitr::include_graphics("../man/figures/HLA_A_tissue_plot.png")
272272
```
273273

274274
# Cell metadata

0 commit comments

Comments
 (0)