forked from JhuangSiteAnalytics/bupaR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
15 lines (15 loc) · 811 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: bupaR
Type: Package
Title: Business Process Analysis in R
Version: 0.4.2
Date: 2019-02-19
Authors@R: person("Gert","Janssenswillen", email = "[email protected]",
role = c("aut","cre"))
Description: Comprehensive Business Process Analysis toolkit. Creates S3-class for event log objects, and related handler functions. Imports related packages for filtering event data, computation of descriptive statistics, handling of 'Petri Net' objects and visualization of process maps. See also packages 'edeaR','processmapR', 'eventdataR' and 'processmonitR'.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports: magrittr, dplyr, data.table, shiny, miniUI, purrr, tidyr, glue, forcats, rlang, eventdataR (>= 0.2.0)
URL: https://www.bupar.net
Suggests: testthat