Package: processcheckR Type: Package Title: Rule-Based Conformance Checking of Business Process Event Data Version: 0.1.4 Date: 2022-10-03 Authors@R: c(person("Gert", "Janssenswillen", email = "gert.janssenswillen@uhasselt.be", role = c("aut","cre")), person("Gerard", "van Hulzen", email = "gerard.vanhulzen@uhasselt.be", role = c("ctb"))) Description: Check compliance of event-data from (business) processes with respect to specified rules. Rules supported are of three types: frequency (activities that should (not) happen x number of times), order (succession between activities) and exclusiveness (and and exclusive choice between activities). License: MIT + file LICENSE Encoding: UTF-8 Depends: R(>= 3.5.0) Imports: dplyr, bupaR (>= 0.5.1), rlang, edeaR (>= 0.9.0), stringr, stringi, glue, lifecycle, tidyr RoxygenNote: 7.2.1 Suggests: knitr, rmarkdown, eventdataR, covr, compare, testthat (>= 3.0.0) VignetteBuilder: knitr URL: https://www.bupar.net, https://github.com/bupaverse/processcheckr, https://bupaverse.github.io/processcheckR/ BugReports: https://github.com/bupaverse/processcheckr/issues Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake make libicu-dev libuv1-dev zlib1g-dev Repository: https://bupaverse.r-universe.dev Date/Publication: 2022-10-03 07:01:11 UTC RemoteUrl: https://github.com/bupaverse/processcheckr RemoteRef: HEAD RemoteSha: 6b1d4f2180943c97f266ddc1784cc81ff861af44 NeedsCompilation: no Packaged: 2026-06-16 07:08:38 UTC; root Author: Gert Janssenswillen [aut, cre], Gerard van Hulzen [ctb] Maintainer: Gert Janssenswillen