process-analytics / bpmn-layout-generators

Tools for generating missing BPMNDiagram elements in BPMN files
Apache License 2.0
34 stars 4 forks source link

doc(R): improve installation guide #93

Closed tbouffard closed 2 years ago

tbouffard commented 2 years ago

Improve the package installation, in particular, how to install rJava. Also explain how to display the BPMN Diagram with the bpmnVisualization package. Fix the data in the usage example, it generated a NullPointerException in the java code that was very hard to debug. Robustness: print the java stack trace to make debugging easier

Closes #91 Closes #92

For reviewer

Please test the package with both valid and invalid data (use the previous example for instance)