-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.52 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
39
40
Package: psmineR
Type: Package
Title: Performance Spectrum Miner for Event Data
Version: 0.1.0.9000
Date: 2022-10-06
Authors@R: c(person("Greg","Van Houdt", email = "[email protected]", role = "aut"),
person("Gert","Janssenswillen",email = "[email protected]", role = c("ctb","cre")),
person("Gerard","van Hulzen",email = "[email protected]", role = c("ctb")))
Description: Compute detailed and aggregated performance spectrum for event data. The detailed performance spectrum describes the event data in terms of segments, where the performance of each segment is measured and plotted for any occurrences of this segment over time and can be classified, e.g., regarding the overall population. The aggregated performance spectrum visualises the amount of cases of particular performance over time. Denisov, V., Fahland, D., & van der Aalst, W. M. P. (2018) <doi:10.1007/978-3-319-98648-7_9>.
Depends:
R (>= 3.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
bupaR (>= 0.5.1),
dplyr,
data.table,
forcats,
ggplot2,
tidyr,
rlang (>= 1.0.0),
cli (>= 3.2.0),
glue,
stringi
RoxygenNote: 7.2.1
URL: https://bupar.net/,
https://github.com/bupaverse/psmineR/,
https://bupaverse.github.io/psmineR/
Suggests:
knitr,
eventdataR,
rmarkdown,
covr,
testthat (>= 3.1.3),
edeaR
BugReports: https://github.com/bupaverse/psmineR/issues
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
VignetteBuilder: knitr