-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
87 lines (87 loc) · 2.19 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Package: processmapR
Type: Package
Title: Construct Process Maps Using Event Data
Version: 0.5.5
Authors@R: c(person("Gert","Janssenswillen",email = "gert.janssenswillen@uhasselt.be", role = c("aut","cre")),
person("Gerard","van Hulzen", email = "gerard.vanhulzen@uhasselt.be", role = c("ctb")),
person("Benoît","Depaire",email = "benoit.depaire@uhasselt.be", role = c("ctb")),
person("Felix","Mannhardt",email = "Felix.Mannhardt@sintef.no", role = c("ctb")),
person("Thijs","Beuving", email = "thijs.beuving@kpn.com", role = c("ctb")),
person("urvikalia", role = c("ctb")),
person("Hasselt University", role = c("cph")))
Description: Visualize event logs using directed graphs, i.e. process maps. Part of the 'bupaR' framework.
License: MIT + file LICENSE
LinkingTo: Rcpp, BH
SystemRequirements: C++
Depends:
R (>= 3.5.0)
Imports:
dplyr,
bupaR (>= 0.5.1),
edeaR (>= 0.9.0),
DiagrammeR (>= 1.0.0),
ggplot2,
stringr,
purrr,
data.table,
shiny,
miniUI,
glue,
forcats,
hms,
plotly,
rlang (>= 1.0.0),
cli (>= 3.2.0),
scales,
tidyr,
htmltools,
Rcpp,
lifecycle,
htmlwidgets
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
eventdataR,
testthat (>= 3.0.0),
rsvg,
DiagrammeRsvg,
covr
VignetteBuilder: knitr
URL: https://bupar.net/,
https://github.com/bupaverse/processmapr/,
https://bupaverse.github.io/processmapR/
BugReports: https://github.com/bupaverse/processmapr/issues/
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Collate:
'RcppExports.R'
'create_base_precedence.R'
'custom.R'
'deprecated.R'
'dotted_chart.R'
'dotted_char_plotly_i.R'
'dotted_chart_helpers.R'
'export_graph.R'
'export_map.R'
'frequency.R'
'get_meta_data.R'
'layout.R'
'lined_chart.R'
'lined_chart_helpers.R'
'lined_chart_plotly_i.R'
'performance.R'
'precedence_matrix.R'
'precedence_matrix.plot.R'
'processMapOutput.R'
'process_map.R'
'process_matrix.R'
'processmapR.R'
'renderProcessMap.R'
'render_map.R'
'resource_map.R'
'resource_matrix.R'
'trace_explorer.R'
'utils.R'
'utils_animateR.R'