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

Commit 641706b

Browse files
committed
fix vignette
1 parent ef59dff commit 641706b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/Introduction.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ knitr::opts_chunk$set(
1717
```
1818

1919
```{r, echo=FALSE, out.height = "139px", out.width = "120px"}
20-
knitr::include_graphics("inst/logo.png")
20+
knitr::include_graphics("../inst/logo.png")
2121
```
2222

2323
## Load the package
@@ -168,7 +168,7 @@ get_metadata() |>
168168
```
169169

170170
```{r, echo=FALSE, message=FALSE, warning=FALSE}
171-
knitr::include_graphics("inst/NCAM1_figure.png")
171+
knitr::include_graphics("../inst/NCAM1_figure.png")
172172
```
173173

174174
```{r}

0 commit comments

Comments
 (0)