Skip to content

Commit bb2420a

Browse files
Vignette(renv):call lock file from vignette
1 parent b9faf8b commit bb2420a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

vignettes/vesalius.Rmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ please refer to the other articles.
5656

5757
```{r loading, eval = TRUE, echo = TRUE}
5858
suppressMessages(library(vesalius))
59-
library(patchwork)
60-
library(ggplot2)
59+
library(renv)
60+
renv::restore(lockfile = "../renv.lock")
61+
libary(vesalius)
6162
data(vesalius, package = "vesalius")
6263
6364
```

0 commit comments

Comments
 (0)