Type: Package
Title: Building Process Monitoring Dashboards
Version: 0.1.0
Author: Gert Janssenswillen
Maintainer: gert.janssenswillen@uhasselt.be <gert.janssenswillen@uhasselt.be>
Description: Functions for constructing dashboards for business process monitoring. Building on the event log objects class from package 'bupaR'. Allows the use to assemble custom shiny dashboards based on process data.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (≥ 3.0)
LazyData: true
Imports: magrittr, ggplot2, dplyr, bupaR, edeaR, shiny, miniUI
RoxygenNote: 6.0.1
URL: https://www.bupar.net
VignetteBuilder: knitr
Suggests: knitr, rmarkdown
NeedsCompilation: no
Packaged: 2017-06-18 18:09:02 UTC; lucp8407
Repository: CRAN
Date/Publication: 2017-06-18 18:17:13 UTC

processmonitR - Building dashboards for process monitoring in R

Description

Functions for constructing dashboards for business process monitoring. Building on the event log objects class from package bupaR. Allows the use to assemble custom shiny dashboards based on process data.


Activity Dashboard

Description

Activity Dashboard

Usage

activity_dashboard(eventlog)

Arguments

eventlog

Event log to be used for dashboard


Performance Dashboard

Description

Performance Dashboard

Usage

performance_dashboard(eventlog)

Arguments

eventlog

Event log to be used for dashboard


Resource Dashboard

Description

Resource Dashboard

Usage

resource_dashboard(eventlog)

Arguments

eventlog

Event log to be used for dashboard


Rework Dashboard

Description

Rework Dashboard

Usage

rework_dashboard(eventlog)

Arguments

eventlog

Event log to be used for dashboard