-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
38 lines (38 loc) · 1.15 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
37
38
Package: pm4py
Type: Package
Title: Interface to the 'PM4py' Process Mining Library
Version: 2.0.0
Authors@R: c(person("Felix", "Mannhardt", email = "[email protected]", role = c("aut", "cre")),
person("Gert","Janssenswillen", email = "[email protected]", role = c("ctb")),
person("Ivan","Esin", email = "[email protected]", role = c("ctb")))
Description: Interface to 'PM4py', a process mining library
in 'Python'. This package uses the 'reticulate'
package to act as a bridge
between 'PM4Py' (Berti et al. (2019) <arXiv:1905.06169>)
and the 'R' package 'bupaR' (Janssenswillen et al. (2019) <doi:10.1016/j.knosys.2018.10.018>).
It provides several process
discovery algorithms,
evaluation measures, and alignments.
License: GPL-3
Encoding: UTF-8
SystemRequirements: Python (>= 3.6)
Imports:
reticulate (>= 1.11),
bupaR,
petrinetR,
purrr,
stringr,
dplyr,
bpmnR,
lifecycle,
tidyr,
cli,
forcats
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
testthat,
patrick,
eventdataR
URL: https://github.com/bupaverse/pm4py
BugReports: https://github.com/bupaverse/pm4py/issues