Felix

Results 10 issues of Felix

Currently, the "-all.jar" includes all dependencies, but keeps the original package names of all dependencies. In some cases this might lead to problems, for example, when a project depends on...

enhancement

I am trying to save a larger graph created with DiagrammeR using _export_graph_ (tried formats SVG, PNG, PDF) and come across this error: ``` Cannot enlarge memory arrays. Either (1)...

The `weight` attribute is currently not forwarded to the generated DOT code: https://www.graphviz.org/doc/info/attrs.html#d:weight Would it be enough to simply add `weight` here: https://github.com/rich-iannone/DiagrammeR/blob/89b87f585bc8b6c1fb3ee2136df868520c7f2467/R/utils.R#L633 Similarly the `constraint` attribute is not supported....

processanimateR already supports interpreting the DiagrammeR object returned by `heuristicsmineR::render_causal_net`; however, no animation is rendered. To support causal nets we would need to change the lifecycle of tokens from being...

SMIL animation was a nice idea to have not to care about the details of how to animate and has hardware support at least in Chrome, but it has its...

The processanimateR package is SVG+JS written mainly in D3 together with a JS version of GraphViz. The interface is relatively standalone as the data is provided in JSON format. So,...

enhancement
help wanted

There are quite some non-trivial features that could be better documented with examples. For example, the Shiny integration to build Process Mining dashboards , custom layout, etc. @JesseVent I saw...

enhancement
help wanted

Currently not possible since `bpmnR` is not on CRAN.

This package wraps the Python library PM4Py and should try to follow their releases closely (at least in the non CRAN dev version). Updating is currently only a matter of...

enhancement
help wanted
good first issue