Skip to content

0.7.0 (CRAN)

Choose a tag to compare

@gluc gluc released this 06 Jan 13:00

Version 0.7.0

  • ADD: ToDiagrammeRGraph to convert to a DiagrammeR graph object
  • REMOVE: ToGraphViz (replaced with ToDiagrammeRGraph, to support the latest features in the DiagrammeR package). You can still get the dot representation by using DiagrammeR::generate_dot(ToDiagrammeRGraph(node))
  • CHANGE: plot.Node 's last parameter is now 'graph', and not 'engine' anymore.
  • FIX: minor typos fixed