-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.01 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
Package: bpmnR
Type: Package
Title: Support for BPMN (Business Process Management Notation) Models
Version: 0.1.1
Authors@R: c(person("Alessio", "Nigro", email = "[email protected]", role = "aut"),
person("Gert", "Janssenswillen", email = "[email protected]", role = "cre"),
person("Ivan","Esin", role = "ctb"),
person("Hasselt University", role = "cph"))
Description: Creating, rendering and writing BPMN diagrams <https://www.bpmn.org/>. Functionalities can be used to visualize and export BPMN diagrams created using the 'pm4py' and 'bupaRminer' packages. Part of the 'bupaR' ecosystem.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends: R(>= 3.0.0)
URL: https://github.com/bupaverse/bpmnR
Imports:
DiagrammeR,
DiagrammeRsvg,
dplyr,
htmltools,
htmlwidgets,
purrr,
rvest,
tidyr,
uuid,
DT,
rlang,
knitr,
huxtable,
stringr,
readr,
xml2,
glue
VignetteBuilder: knitr
Suggests:
rmarkdown