Re: [R-pkg-devel] Including in my vignette a figure drawn outside R

2019-12-06 Thread Michael Dewey
Thank you Dirk for the last point which has helped my grasp the implications of something in WRE which will help me go forward. Michael On 03/12/2019 16:17, Dirk Eddelbuettel wrote: On 3 December 2019 at 15:36, Michael Dewey wrote: | I am planning to include a flow-chart in the vignette of on

Re: [R-pkg-devel] Including in my vignette a figure drawn outside R

2019-12-03 Thread Dirk Eddelbuettel
On 3 December 2019 at 15:36, Michael Dewey wrote: | I am planning to include a flow-chart in the vignette of one of my | packages (metap). I am planning to draw it using dot from Graphviz. I | know that there is Rgraphviz which would do the whole thing in R but I | do this sort of thing rarely

Re: [R-pkg-devel] Including in my vignette a figure drawn outside R

2019-12-03 Thread Jeff Newmiller
You could use DiagrammeR. On December 3, 2019 7:36:19 AM PST, Michael Dewey wrote: >I am planning to include a flow-chart in the vignette of one of my >packages (metap). I am planning to draw it using dot from Graphviz. I >know that there is Rgraphviz which would do the whole thing in R but I

[R-pkg-devel] Including in my vignette a figure drawn outside R

2019-12-03 Thread Michael Dewey
I am planning to include a flow-chart in the vignette of one of my packages (metap). I am planning to draw it using dot from Graphviz. I know that there is Rgraphviz which would do the whole thing in R but I do this sort of thing rarely and I suspect the overhead of learning how to do it in Rgr