Package: pmap
Title: Process Map Visualization
Version: 0.3.2
Authors@R: person("Tao", "Wang", email = "twang2218@gmail.com", role = c("aut", "cre"))
Description: 
  A set of functions to produce the process map visualization for process analysis. It
  can generate the process map from a process event logs recorded in the process, 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), data.table (>= 1.9.8), DiagrammeR (>=
        0.9.0), stringr
RoxygenNote: 6.0.1
Suggests: covr, roxygen2, testthat
NeedsCompilation: no
Packaged: 2018-01-09 11:33:36 UTC; taowang
Author: Tao Wang [aut, cre]
Maintainer: Tao Wang <twang2218@gmail.com>
Repository: CRAN
Date/Publication: 2018-01-09 14:27:21 UTC
