-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
49 lines (49 loc) · 1.47 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
Package: edeaR
Type: Package
Title: Exploratory and Descriptive Event-Based Data Analysis
Version: 0.9.4
Authors@R: c(person("Gert","Janssenswillen",email = "[email protected]", role = c("aut","cre")),
person("Gerard","van Hulzen",email = "[email protected]", role = c("ctb")),
person("Marijke","Swennen", email = "[email protected]", role = "ctb"),
person("Ivan","Esin", email = "[email protected]", role = "ctb"),
person("Hasselt University", role = "cph"))
Description: Exploratory and descriptive analysis of event based data. Provides methods for describing and selecting process data, and for preparing event log data for process mining. Builds on the S3-class for event logs implemented in the package 'bupaR'.
License: MIT + file LICENSE
Depends:
R(>= 3.5.0)
Imports:
bupaR (>= 0.5.1),
dplyr,
data.table,
ggplot2,
ggthemes,
glue,
tibble,
shiny,
miniUI,
tidyr,
shinyTime,
lubridate,
purrr,
stringr,
rlang (>= 1.0.0),
cli (>= 3.2.0),
zoo,
hms,
lifecycle
Encoding: UTF-8
RoxygenNote: 7.2.3
URL:
https://bupar.net/,
https://github.com/bupaverse/edeaR/,
https://bupaverse.github.io/edeaR/
Suggests:
knitr,
eventdataR,
rmarkdown,
covr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
BugReports: https://github.com/bupaverse/edeaR/issues/
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)