moodymudskipper / flow

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

flow_view_deps doesn't support S3 methods #76

Open moodymudskipper opened 2 years ago

moodymudskipper commented 2 years ago

if the generic is in another package, it doesn' look into it.

If the package contains S3 methods for a given generic, the generic should be displayed in a different color and should point to the appropriate method.

Methods will be shown by default but we can hide them optionally with arguments, show_s3_methods. Alternately we might optionally only hide methods if the generic is in another package ?