DominikRafacz/deepdep

Showing versions on deepdep plot raises an error

ErdaradunGaztea opened this issue · 0 comments

The problem stems from the way we handle version and downloads displaying. It overwrites existing name column, which causes dependencies of this package to be unable to locate their parent. The solution seems to be to use vertices argument of igraph::graph_from_data_frame().

How to reproduce? Call for example:

deepdep("shiny", depth = 2) |>
  plot_dependencies(show_version = TRUE)