tests/testthat/_snaps/similarity_measures.md

the dice similarity algorithm is functional

Code
  get_dice_similarity(graph = graph, nodes = 8:12, direction = "all")
Condition
  Error in `get_dice_similarity()`:
  ! One or more nodes provided not in graph.

the Jaccard similarity algorithm is functional

Code
  get_jaccard_similarity(graph = graph, nodes = 5:7, direction = "away")
Condition
  Error in `get_jaccard_similarity()`:
  ! `direction` must be one of "all", "in", or "out", not "away".


Try the DiagrammeR package in your browser

Any scripts or data that you put into this service are public.

DiagrammeR documentation built on June 22, 2024, 11:21 a.m.