{
  "_id": "6a30f7943efcd9bda434cd95",
  "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\")),\nperson(\"Gerard\", \"van Hulzen\", email = \"gerard.vanhulzen@uhasselt.be\", role = c(\"ctb\")))",
  "Description": "Check compliance of event-data from (business) processes\nwith respect to specified rules. Rules supported are of three\ntypes: frequency (activities that should (not) happen x number\nof times), order (succession between activities) and\nexclusiveness (and and exclusive choice between activities).",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.1",
  "VignetteBuilder": "knitr",
  "URL": "https://www.bupar.net, https://github.com/bupaverse/processcheckr,\nhttps://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": {
    "Date": "2026-06-16 07:08:38 UTC",
    "User": "root"
  },
  "Author": "Gert Janssenswillen [aut, cre],\nGerard van Hulzen [ctb]",
  "Maintainer": "Gert Janssenswillen <gert.janssenswillen@uhasselt.be>",
  "MD5sum": "7cbb49e78792ac39af93ba045a4e0ed1",
  "_user": "bupaverse",
  "_type": "src",
  "_file": "processcheckR_0.1.4.tar.gz",
  "_fileid": "93c55ad3289a7b0fe6ec7f83936a44e82f91ec657ffc44134b81105f1cc70cb4",
  "_filesize": 182823,
  "_sha256": "93c55ad3289a7b0fe6ec7f83936a44e82f91ec657ffc44134b81105f1cc70cb4",
  "_created": "2026-06-16T07:08:38.000Z",
  "_published": "2026-06-16T07:13:24.904Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81600171590,
      "time": 167,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7659733559"
    },
    {
      "job": 81600171580,
      "time": 149,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7659725458"
    },
    {
      "job": 81600171582,
      "time": 235,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7659737933"
    },
    {
      "job": 81600171571,
      "time": 147,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7659716082"
    },
    {
      "job": 81599600143,
      "time": 215,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7659679875"
    },
    {
      "job": 81600171559,
      "time": 120,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7659718332"
    },
    {
      "job": 81600171564,
      "time": 118,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7659722176"
    },
    {
      "job": 81600171567,
      "time": 118,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7659717088"
    },
    {
      "job": 81600171639,
      "time": 110,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7659713246"
    }
  ],
  "_buildurl": "https://github.com/r-universe/bupaverse/actions/runs/27600328815",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/bupaverse/processcheckr",
  "_commit": {
    "id": "6b1d4f2180943c97f266ddc1784cc81ff861af44",
    "author": "Gert Janssenswillen <gert.janssenswillen@uhasselt.be>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #8 from bupaverse/dev\n\nDev",
    "time": 1664780471
  },
  "_maintainer": {
    "name": "Gert Janssenswillen",
    "email": "gert.janssenswillen@uhasselt.be",
    "login": "gertjanssenswillen",
    "description": "",
    "uuid": 8807203
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "bupaR",
      "version": ">= 0.5.1",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "edeaR",
      "version": ">= 0.9.0",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "stringi",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "eventdataR",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "compare",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "bupaverse",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 5,
  "_contributors": [
    {
      "user": "gerardvanhulzen",
      "count": 32,
      "uuid": 55850236
    },
    {
      "user": "gertjanssenswillen",
      "count": 28,
      "uuid": 8807203
    },
    {
      "user": "frankvanhoenshoven",
      "count": 5,
      "uuid": 24682385
    }
  ],
  "_userbio": {
    "uuid": 52247452,
    "type": "organization",
    "name": "bupaR-suite",
    "followers": 22
  },
  "_downloads": {
    "count": 636,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/processcheckR"
  },
  "_devurl": "https://github.com/bupaverse/processcheckr",
  "_pkgdown": "https://bupaverse.github.io/processcheckR/",
  "_searchresults": 36,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/processcheckR.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/bupaverse/processcheckr",
  "_realowner": "bupaverse",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2018-10-08"
    },
    {
      "version": "0.1.2",
      "date": "2019-11-05"
    },
    {
      "version": "0.1.3",
      "date": "2020-06-29"
    },
    {
      "version": "0.1.4",
      "date": "2022-10-03"
    },
    {
      "version": "0.1.5",
      "date": "2025-09-08"
    }
  ],
  "_exports": [
    "absent",
    "and",
    "check_rule",
    "check_rules",
    "contains",
    "contains_between",
    "contains_exactly",
    "ends",
    "filter_rules",
    "precedence",
    "responded_existence",
    "response",
    "starts",
    "succession",
    "xor"
  ],
  "_help": [
    {
      "page": "absent",
      "title": "Absent",
      "concept": [
        "Cardinality rules"
      ],
      "topics": [
        "absent"
      ]
    },
    {
      "page": "and",
      "title": "AND",
      "concept": [
        "Exclusiveness rules"
      ],
      "topics": [
        "and"
      ]
    },
    {
      "page": "check_rule",
      "title": "Check Declarative Rule(s)",
      "topics": [
        "check_rule",
        "check_rule.log",
        "check_rules",
        "check_rules.log"
      ]
    },
    {
      "page": "contains",
      "title": "Contains",
      "concept": [
        "Cardinality rules"
      ],
      "topics": [
        "contains"
      ]
    },
    {
      "page": "contains_between",
      "title": "Contains Between",
      "concept": [
        "Cardinality rules"
      ],
      "topics": [
        "contains_between"
      ]
    },
    {
      "page": "contains_exactly",
      "title": "Contains Exactly",
      "concept": [
        "Cardinality rules"
      ],
      "topics": [
        "contains_exactly"
      ]
    },
    {
      "page": "ends",
      "title": "Ends",
      "concept": [
        "Ordering rules"
      ],
      "topics": [
        "ends"
      ]
    },
    {
      "page": "filter_rules",
      "title": "Filter Using Declarative Rules",
      "topics": [
        "filter_rules",
        "filter_rules.log"
      ]
    },
    {
      "page": "precedence",
      "title": "Precedence",
      "concept": [
        "Ordering rules"
      ],
      "topics": [
        "precedence"
      ]
    },
    {
      "page": "responded_existence",
      "title": "Responded Existence",
      "concept": [
        "Ordering rules"
      ],
      "topics": [
        "responded_existence"
      ]
    },
    {
      "page": "response",
      "title": "Response",
      "concept": [
        "Ordering rules"
      ],
      "topics": [
        "response"
      ]
    },
    {
      "page": "starts",
      "title": "Starts",
      "concept": [
        "Ordering rules"
      ],
      "topics": [
        "starts"
      ]
    },
    {
      "page": "succession",
      "title": "Succession",
      "concept": [
        "Ordering rules"
      ],
      "topics": [
        "succession"
      ]
    },
    {
      "page": "xor",
      "title": "XOR",
      "concept": [
        "Exclusiveness rules"
      ],
      "topics": [
        "xor"
      ]
    }
  ],
  "_pkglogo": "https://github.com/bupaverse/processcheckr/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/bupaverse/processcheckr/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "bslib",
    "bupaR",
    "cachem",
    "cli",
    "commonmark",
    "cpp11",
    "data.table",
    "digest",
    "dplyr",
    "edeaR",
    "eventdataR",
    "farver",
    "fastmap",
    "fontawesome",
    "forcats",
    "fs",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "hms",
    "htmltools",
    "httpuv",
    "isoband",
    "jquerylib",
    "jsonlite",
    "labeling",
    "later",
    "lattice",
    "lifecycle",
    "lubridate",
    "magrittr",
    "memoise",
    "mime",
    "miniUI",
    "otel",
    "pillar",
    "pkgconfig",
    "promises",
    "purrr",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "rstudioapi",
    "S7",
    "sass",
    "scales",
    "shiny",
    "shinyTime",
    "sourcetools",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "xtable",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "processcheckr.Rmd",
      "filename": "processcheckr.html",
      "title": "Rule-Based Conformance Checking",
      "author": "Gert Janssenswillen",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Installation",
        "Example"
      ],
      "created": "2018-10-09 06:31:36",
      "modified": "2019-07-29 14:11:42",
      "commits": 2
    }
  ],
  "_score": 5.2552725051033065,
  "_indexed": true,
  "_nocasepkg": "processcheckr",
  "_universes": [
    "bupaverse",
    "gertjanssenswillen"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.4",
      "date": "2026-06-16T07:11:17.000Z",
      "distro": "noble",
      "commit": "6b1d4f2180943c97f266ddc1784cc81ff861af44",
      "fileid": "954b6aedc8e72a832b0359c3b552508cf988cb9fd9b29e8e1e8afa9c8c190391",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bupaverse/actions/runs/27600328815"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.4",
      "date": "2026-06-16T07:10:54.000Z",
      "distro": "noble",
      "commit": "6b1d4f2180943c97f266ddc1784cc81ff861af44",
      "fileid": "db0475093cc6096767e75300890e8e370c3f0da7e51743cd08c6ab53b95551c3",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bupaverse/actions/runs/27600328815"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.4",
      "date": "2026-06-16T07:11:35.000Z",
      "commit": "6b1d4f2180943c97f266ddc1784cc81ff861af44",
      "fileid": "f0de642cdacbf66d1b135ab45d5ad62f250a9baa774d81945f2c150a7d3b2a44",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bupaverse/actions/runs/27600328815"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.4",
      "date": "2026-06-16T07:10:38.000Z",
      "commit": "6b1d4f2180943c97f266ddc1784cc81ff861af44",
      "fileid": "12fc0bc7fd3907cec4d8a023d33148186e097d1dd565a6bb805feb15f12d4990",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bupaverse/actions/runs/27600328815"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.4",
      "date": "2026-06-16T07:11:11.000Z",
      "commit": "6b1d4f2180943c97f266ddc1784cc81ff861af44",
      "fileid": "2debdadd68fa6c7745ff73ba355a1900168df43658b260fce16990b3a6701c8b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bupaverse/actions/runs/27600328815"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.4",
      "date": "2026-06-16T07:10:32.000Z",
      "commit": "6b1d4f2180943c97f266ddc1784cc81ff861af44",
      "fileid": "21f8602b267beb69fd06a722f4befef2db78c3fb9aa152129dfdc270febf6074",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bupaverse/actions/runs/27600328815"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.4",
      "date": "2026-06-16T07:10:08.000Z",
      "commit": "6b1d4f2180943c97f266ddc1784cc81ff861af44",
      "fileid": "bc2375d84633bcaae5f6b5a1f7cb82bbf303e742f2f87f6beb8d57fbc2a76a08",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bupaverse/actions/runs/27600328815"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.4",
      "date": "2026-06-16T07:10:05.000Z",
      "commit": "6b1d4f2180943c97f266ddc1784cc81ff861af44",
      "fileid": "1480882cb68f81ad626eaf106f2486edae721c57a760014881ca78e3dbc4db28",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bupaverse/actions/runs/27600328815"
    }
  ]
}