Skip to content

Commit e5e123e

Browse files
committed
add rsvg to Suggests
1 parent ab703ac commit e5e123e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DESCRIPTION

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Suggests:
6363
mvtnorm,
6464
rmarkdown,
6565
rmutil,
66+
rsvg,
6667
spelling,
6768
testthat (>= 3.1.0),
6869
tidyverse,

vignettes/get_started.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ greta provides a plot function for greta models to help you visualise and check
387387
plot(m)
388388
```
389389

390-
```{r plot_hidden, echo = FALSE, eval = diagrammer_svg_installed}
390+
```{r plot-hidden, echo = FALSE, eval = diagrammer_svg_installed}
391391
gr <- plot(m)
392392
DiagrammeR::export_graph(attr(gr, "dgr_graph"),
393393
file_name = "figures/full_graph.png",

0 commit comments

Comments
 (0)