bpmn is an R interface to the bpmn-js library (a BPMN 2.0 rendering toolkit and web modeler) from bpmn.io. Using JavaScript in R is handled by htmlwidgets framework.
Install from GitHub:
devtools::install_github("bergant/bpmn")
library(bpmn)
bpmn
widget accepts a BPMN file (or an XML document):
bpmn_file <- system.file("examples/qr-code.bpmn", package = "bpmn")
bpmn(bpmn_file)
See bpmn widget in action on https://bergant.github.io/bpmn/.
This package: MIT License
See license file for the included bpmn-js library