Recent Releases of orbweaver

orbweaver - v0.14.0

- R
Published by andyquinterom over 1 year ago

orbweaver - v0.13.0

  • Adds public Rust crate to use in other R packages.

- R
Published by andyquinterom over 1 year ago

orbweaver - v0.12.0

  • Uses NodeVec data type to avoid conversion between owned internal strings and R character types.
  • Throws error when reading binary files generated by different orbweaver versions.

- R
Published by andyquinterom over 1 year ago

orbweaver - v0.11.0

  • Improves performance by using a custom String Interner
  • Adds find_all_paths to DirectedGraph

- R
Published by andyquinterom over 1 year ago

orbweaver - orbweaver - 0.0.3

  • Adds support for graphs of type acyclic.
  • Adds methods new_graph, add_child, add_node and clone_graph to build new graphs.
  • Allows as_graph with data.frames, to convert from a data.frame to a graph.
  • Adds method find_roots to find the roots of a graph.
  • Adds method find_leaves to find the leaves of a graph.
  • Adds methods get_children and get_parents to find children and parents of a node.
  • Adds method find_least_common_parents to identify the highest level nodes on a selection.
  • Adds method find_all_paths to find all possible paths between two nodes.
  • Adds method search_for_node to find nodes that have name / id matches.
  • Adds method as.list to transform a graph to a list that is compatible with shinyTree.

- R
Published by andres-ixpantia over 2 years ago