bpmn-visualization-R
bpmn-visualization-R copied to clipboard
A R package for visualizing process execution data on BPMN diagrams
⚠️ **IMPORTANT NOTE** ⚠️ : what is described here may be a more general issue: it probably impact all integration of `bpmnVisualization`. If confirmed, create a dedicated issue. Currently, the...
Following the recommendation of this article: https://www.r-bloggers.com/2020/07/how-to-write-your-own-r-package-and-publish-it-on-cran The package: https://github.com/jumpingrivers/inteRgrate
Following the recommendation of this article: https://www.r-bloggers.com/2020/07/how-to-write-your-own-r-package-and-publish-it-on-cran The package: https://github.com/mangothecat/goodpractice
**Is your feature request related to a problem? Please describe.** GitHub pages (#19) only host the documentation the development version. Web browsing of the package on CRAN only shows the...
Generate a sticker with the "Process Analytics" SVG logo. See https://github.com/GuangchuangYu/hexSticker
Make the coverage results public. Codecov supports the R language and it widely used. According to #117, coverage is 100% 💪🏿 Resources - example from codecov: https://github.com/codecov/example-r - https://github.com/r-lib/actions/blob/v2/examples/test-coverage.yaml -...
**Is your feature request related to a problem? Please describe.** The default overlays colors in v0.1.1 are defined in the rgba form. Please use hexa color form. **Describe the solution...
we could add - R minimal supported version (like Depends: R (>= 4.0.0)). Version to be defined/choosen/found - license, see also #167 - ....
For example, we can write something like in http://christophergandrud.github.io/networkD3/ We can also include some live rendering examples in the documentation via RMarkdown See also https://github.com/process-analytics/bpmn-visualization-R/issues/23#issuecomment-909364915 for a working example with...
**Is your feature request related to a problem? Please describe.** During the work on the integration with bupaR, I needed to update the style of a given activity name. To...