Antoine Fabri
Antoine Fabri
That will need another layer of metaprogramming, but what about profiling ? As a comment to a node, we give the execution time. For statements in loop, we give the...
plantUML
there's an R package for it, and it looks quite neat : https://plantuml.com/fr/activity-diagram-beta That'd be a nice alternative to nomnoml
See if we can get the coverage information from covr. We could color differently elements that have not been covered, and we could add to blocks or maybe better edges,...
These are considered regular instructions. I think supporting them completely might make the charts too complicated (we might have many next statements!), but ignoring them completely is not completely satisfying...
This should probably live in other package. It's basically a replacement for `help`. * We call `help` if relevant (if help exists) * In the viewer pane we have a...
We already have `swap = TRUE` to change `foo
Documenting the colours and shape is fastidious and it doesn't travel with the diagram, a legend does. A legend is just an item with a format and description of the...
Not sure about the api but we often have a bug for a given value that we wish to compare with a succesfull case. In those cases flow_run will show...
Using dev version See below, the use case is I don't attach dplyr, use `dplyr::` notation and forget that I should namespace `sym` too, the error with `mutate()` is especially...