rich-iannone / DiagrammeR

Graph and network visualization using tabular data in R
https://rich-iannone.github.io/DiagrammeR/
Other
1.68k stars 247 forks source link

as_svg produces `object 'display' not found' error #492

Closed Obsidian-user closed 8 months ago

Obsidian-user commented 1 year ago

Minimum reproducible code:

DiagrammeR::create_graph() %>% 
  DiagrammeR::add_node() %>% 
  DiagrammeR::render_graph(as_svg = T)

produces the error:

Error in DiagrammeR::render_graph(., as_svg = T) : 
  object 'display' not found

Using:

A sincere thank you for all your work. DiagrammeR is an amazing tool!