Package: processcheckR
Type: Package
Title: Rule-Based Conformance Checking of Business Process Event Data
Version: 0.1.5
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.3.3
Suggests: knitr, rmarkdown, eventdataR, covr, compare, testthat (>=
        3.0.0)
VignetteBuilder: knitr
URL: https://bupar.net/, https://github.com/bupaverse/processcheckr,
        https://bupaverse.github.io/processcheckR/
BugReports: https://github.com/bupaverse/processcheckr/issues
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-09-08 11:43:46 UTC; lucp8407
Author: Gert Janssenswillen [aut, cre],
  Gerard van Hulzen [ctb]
Maintainer: Gert Janssenswillen <gert.janssenswillen@uhasselt.be>
Repository: CRAN
Date/Publication: 2025-09-08 13:40:02 UTC
Built: R 4.6.0; ; 2025-10-11 03:26:14 UTC; windows
