forked from bupaverse/processmapR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.18 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
Package: processmapR
Type: Package
Title: Construct Process Maps Using Event Data
Version: 0.3.4
Date: 2020-03-04
Authors@R: c(person("Gert","Janssenswillen",email = "gert.janssenswillen@uhasselt.be", role = c("aut","cre")),
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")))
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++11
Imports:
dplyr, bupaR (>= 0.4.0),
edeaR (>= 0.8.0),
DiagrammeR (>= 1.0.0),
ggplot2,
ggthemes,
stringr,
purrr,
data.table,
shiny,
miniUI,
glue,
forcats,
hms,
RColorBrewer,
plotly,
rlang,
scales,
tidyr,
htmltools,
Rcpp
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Suggests: knitr, rmarkdown, eventdataR
VignetteBuilder: knitr
URL: https://www.bupar.net, https://github.com/bupaverse/processmapr
BugReports: https://github.com/bupaverse/processmapr/issues