-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
22 lines (22 loc) · 935 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: bpmnVisualizationR
Type: Package
Title: Visualize Process Execution Data on BPMN Diagrams
Version: 3.0.2.9000
Authors@R: c(person("Celine", "Souchet", role = c("aut", "cre"), email = "[email protected]"),
person("Thomas", "Bouffard", role = "aut"))
Description: To visualize the execution data of the processes on BPMN (Business Process Model and Notation) diagrams, using overlays, style customization and interactions, with the bpmn-visualization TypeScript library.
License: Apache License (== 2)
Copyright: Bonitasoft S.A.
URL: https://process-analytics.github.io/bpmn-visualization-R/, https://github.com/process-analytics/bpmn-visualization-R
BugReports: https://github.com/process-analytics/bpmn-visualization-R/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
htmlwidgets,
rlang,
xml2
Suggests:
shiny,
testthat (>= 3.0.0)
Config/testthat/edition: 3