-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.13 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
Package: processanimateR
Type: Package
Title: Process Map Token Replay Animation
Version: 1.0.5
Date: 2022-07-14
Authors@R: c(person("Felix","Mannhardt", email = "[email protected]", role = c("aut","cre")),
person("Gert","Janssenswillen",email = "[email protected]", role = c("ctb")))
Description: Provides animated process maps based on the 'procesmapR' package.
Cases stored in event logs created with with 'bupaR' S3 class eventlog() are
rendered as tokens (SVG shapes) and animated according to their occurrence
times on top of the process map. For rendering SVG animations ('SMIL') and the
'htmlwidget' package are used.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
Imports:
bupaR,
processmapR (>= 0.3.1),
rlang,
magrittr,
dplyr,
tidyr,
htmlwidgets,
DiagrammeR (>= 1.0.0),
grDevices,
stringr,
htmltools
Suggests:
eventdataR,
edeaR,
testthat,
knitr,
rmarkdown,
shiny,
RColorBrewer,
lubridate
RoxygenNote: 7.2.1
URL: https://github.com/bupaverse/processanimateR/
BugReports: https://github.com/bupaverse/processanimateR/issues
VignetteBuilder: knitr