Package: daqapo
Type: Package
Title: Data Quality Assessment for Process-Oriented Data
Version: 0.3.0
Date: 2020-04-07
Authors@R: c(
            person("Niels", "Martin", email = "niels.martin@uhasselt.be", role = c("aut", "cre")),
            person("Greg", "Van Houdt", email = "greg.vanhoudt@uhasselt.be", role = "ctb"),
            person("Gert", "Janssenswillen", email = "gert.janssenswillen@uhasselt.be", role = "ctb"))
Description: Provides a variety of methods to identify data quality issues in process-oriented data, which are useful to verify data quality in a process mining context. Builds on the class for activity logs implemented in the package 'bupaR'. Methods to identify data quality issues either consider each activity log entry independently (e.g. missing values, activity duration outliers,...), or focus on the relation amongst several activity log entries (e.g. batch registrations, violations of the expected activity order,...).
License: MIT + file LICENSE
URL: https://github.com/nielsmartin
BugReports: https://github.com/nielsmartin/daqapo/issues
LazyData: true
RoxygenNote: 7.1.0
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: dplyr, lubridate, stringdist, stringr, tidyr, xesreadR, rlang,
        bupaR, readr, edeaR, magrittr, purrr, glue, miniUI, shiny
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-04-07 20:11:20 UTC; lucp8034
Author: Niels Martin [aut, cre],
  Greg Van Houdt [ctb],
  Gert Janssenswillen [ctb]
Maintainer: Niels Martin <niels.martin@uhasselt.be>
Repository: CRAN
Date/Publication: 2020-04-08 09:50:05 UTC
