Package: pmap
Title: Process Map Visualization
Version: 0.6.0
Authors@R: person("Tao", "Wang", email = "twang2218@gmail.com", role = c("aut", "cre"))
Description: 
  A set of functions to produce a process map visualization for process analysis. It
  can generate the process map from a process event log recorded from history, with
  the ability of pruning the nodes and/or edges to reduce the complexity of the result.
Depends: R (>= 3.2)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/twang2218/pmap
BugReports: https://github.com/twang2218/pmap/issues
Imports: dplyr (>= 0.5.0), lubridate, data.table (>= 1.9.6), DiagrammeR
        (>= 1.0.0), stringr, shiny
RoxygenNote: 6.0.1
Suggests: covr, roxygen2, testthat, DiagrammeRsvg, rsvg
NeedsCompilation: no
Packaged: 2018-03-07 08:28:45 UTC; taowang
Author: Tao Wang [aut, cre]
Maintainer: Tao Wang <twang2218@gmail.com>
Repository: CRAN
Date/Publication: 2018-03-07 09:39:40 UTC
