dm_draw() function is not producing any images just text that says, "Error: Layout was not done".
Followed examples from readme and dm_draw() documentation page and both gave same error.
> library(dm)
> packageVersion("dm")
[1] ‘1.1.2.9000’
> packageVersion("DiagrammeR")
[1] ‘1.0.12’
> packageVersion("DiagrammeRsvg")
[1] ‘0.1’
> dm_nycflights13() %>%
+ dm_draw()

dm_draw()function is not producing any images just text that says, "Error: Layout was not done".Followed examples from readme and
dm_draw()documentation page and both gave same error.