-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
24 lines (24 loc) · 991 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: bpmnVisualizationR
Type: Package
Title: Visualize Process Execution Data on 'BPMN' Diagrams
Version: 0.5.0.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
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Imports:
htmlwidgets,
rlang,
xml2
Suggests:
shiny,
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Language: en-US