Package: daqapo Type: Package Title: Data Quality Assessment for Process-Oriented Data Version: 0.3.1 Date: 2020-10-02 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.2 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 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev libx11-dev zlib1g-dev Repository: https://bupaverse.r-universe.dev Date/Publication: 2022-06-07 15:33:03 UTC RemoteUrl: https://github.com/bupaverse/daqapo RemoteRef: HEAD RemoteSha: 2c90310c5975fe33719f744165a5307ca1f1af62 NeedsCompilation: no Packaged: 2026-07-03 20:50:09 UTC; root Author: Niels Martin [aut, cre], Greg Van Houdt [ctb], Gert Janssenswillen [ctb] Maintainer: Niels Martin