Richard Iannone

Results 185 comments of Richard Iannone

Ah! That's exactly what we don't want, okay we will fix that (and include some explanatory text).

@lucazav Sorry for taking so long to get to this issue. What I need to do is incorporate an option to have a frozen network, and, modify some of the...

The `renderDiagrammeR()` function requires a fix for this (to recognize that a `dgr_graph` is being used as the `expr`). However, could you try using the `generate_dot()` function in place of...

@vikram-rawat I'll see what could be done. Although, right now, you may have better luck with this if you go the Graphviz route.

@ellereve Sorry for the delay on this. This code definitely works to make a .pdf from a graph object: ```r library(DiagrammeR) graph % add_global_graph_attrs( attr = "outputorder", value = "edgesfirst",...

@mlagisz Could you provide the code that resulted in the error?

Hi @HeidiSeibold , sorry for the trouble with `export_graph()`. The way to make this work (I hope!) is to first install the **DiagrammeRsvg** package (it's available from CRAN). Let me...

@andpir55 try using this example to make a bidirectional arrow: ```r graph % add_path( n = 2, edge_aes = edge_aes( dir = "both", arrowhead = "normal", arrowtail = "normal", color...

As far as I could tell, when using Graphviz through `grViz()`, the only way to get curved arrows would be to post-process the output SVG (replacing the straight arrows with...

@ekstroem This is a great idea and so I'll definitely prioritize this. Thanks for submitting this issue!