moodymudskipper / flow

View and Browse Code Using Flow Diagrams
https://moodymudskipper.github.io/flow/
Other
395 stars 26 forks source link

flow_view_deps duplicate labels #116

Closed moodymudskipper closed 1 year ago

moodymudskipper commented 1 year ago
f <- function() {head(letters); utils::head(letters)}
flow::flow_view_deps(f)

This shows the label utils::head() twice, probably missing a unique() call somewhere

github-actions[bot] commented 9 months ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.