{
  "_id": "6a5dce979baadeef8ab54cdf",
  "Package": "simOutrank",
  "Title": "Outranking-Based Trace Clustering",
  "Version": "0.3.0",
  "Authors@R": "person(\"Pavlos\", \"Delias\", , \"pavlos.delias@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-3722-2307\"))",
  "Description": "Implements outranking-based trace clustering for process\nmining. Pairwise similarity between traces is assessed on\nmultiple, problem-specific criteria using ELECTRE-III-style\npartial concordance and discordance indices with indifference,\nsimilarity and veto thresholds. The aggregated credibility\nmatrix is then clustered using normalized spectral clustering\nor hierarchical clustering. Also includes outlier trimming,\nmust-link/cannot-link adjustments, validation indices and\ndiagnostic plots.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "Language": "en-GB",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "8.0.0",
  "Config/testthat/edition": "3",
  "LazyData": "true",
  "VignetteBuilder": "knitr",
  "URL": "https://github.com/pdelias/simOutrank,\nhttps://pdelias.github.io/simOutrank/",
  "BugReports": "https://github.com/pdelias/simOutrank/issues",
  "Repository": "https://pdelias.r-universe.dev",
  "Date/Publication": "2026-07-10 13:45:39 UTC",
  "RemoteUrl": "https://github.com/pdelias/simoutrank",
  "RemoteRef": "HEAD",
  "RemoteSha": "db969a2cfe09733421adbfcc34e485a72a0e0047",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-20 07:27:07 UTC",
    "User": "root"
  },
  "Author": "Pavlos Delias [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-3722-2307>)",
  "Maintainer": "Pavlos Delias <pavlos.delias@gmail.com>",
  "_user": "pdelias",
  "_type": "src",
  "_file": "simOutrank_0.3.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/3f5ddb96ceacefb9eb01ae7bc1454a7ed9f0fc145a5f33bebb5e0b334d7be8ca",
  "_filesize": 396880,
  "_sha256": "3f5ddb96ceacefb9eb01ae7bc1454a7ed9f0fc145a5f33bebb5e0b334d7be8ca",
  "_expires": "2026-10-28T07:30:29.000Z",
  "_created": "2026-07-20T07:27:07.000Z",
  "_published": "2026-07-20T07:30:31.139Z",
  "_jobs": [
    {
      "job": 88294926760,
      "time": 138,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8453776801"
    },
    {
      "job": 88294926813,
      "time": 159,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8453783111"
    },
    {
      "job": 88294926761,
      "time": 144,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8453771098"
    },
    {
      "job": 88294926809,
      "time": 172,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8453777622"
    },
    {
      "job": 88294412444,
      "time": 189,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8453729824"
    },
    {
      "job": 88294926762,
      "time": 123,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8453771712"
    },
    {
      "job": 88294926829,
      "time": 68,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8453753148"
    },
    {
      "job": 88294926825,
      "time": 80,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8453756826"
    },
    {
      "job": 88294926810,
      "time": 86,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8453759705"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/pdelias/actions/runs/29724489471",
  "_status": "success",
  "_upstream": "https://github.com/pdelias/simoutrank",
  "_commit": {
    "id": "db969a2cfe09733421adbfcc34e485a72a0e0047",
    "author": "pdelias <pavlos.delias@gmail.com>",
    "committer": "pdelias <pavlos.delias@gmail.com>",
    "message": "CI: sync rhub.yaml to rhub::rhub_setup() template\n",
    "time": 1783691139
  },
  "_maintainer": {
    "name": "Pavlos Delias",
    "email": "pavlos.delias@gmail.com",
    "login": "pdelias",
    "description": "",
    "uuid": 2740695,
    "orcid": "0000-0002-3722-2307"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "lpSolve",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "stringdist",
      "role": "Imports"
    },
    {
      "package": "bupaR",
      "role": "Suggests"
    },
    {
      "package": "clValid",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "pdelias",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-28",
      "n": 31
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-07-09"
    },
    {
      "name": "v0.2.0",
      "date": "2026-07-10"
    },
    {
      "name": "v0.3.0",
      "date": "2026-07-10"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "pdelias",
      "count": 31,
      "uuid": 2740695
    }
  ],
  "_userbio": {
    "uuid": 2740695,
    "type": "user",
    "name": "pdelias",
    "followers": 0
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/simOutrank"
  },
  "_devurl": "https://github.com/pdelias/simoutrank",
  "_pkgdown": "https://pdelias.github.io/simOutrank/",
  "_searchresults": 0,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/simOutrank.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/pdelias/simoutrank",
  "_realowner": "pdelias",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.3.0",
      "date": "2026-07-19"
    }
  ],
  "_exports": [
    "as_quantile",
    "as_traces",
    "augment_log",
    "cannot_link",
    "cluster_traces",
    "crit_activity_profile",
    "crit_custom",
    "crit_distinct_activities",
    "crit_duration",
    "crit_edit_distance",
    "crit_nominal",
    "crit_numeric",
    "crit_ordinal",
    "crit_trace_length",
    "crit_transitions",
    "criterion",
    "eigengap",
    "must_link",
    "outrank_similarity",
    "trim_outliers",
    "validate_clusters"
  ],
  "_datasets": [
    {
      "name": "illustrative_log",
      "title": "Illustrative customer-service event log",
      "object": "illustrative_log",
      "class": [
        "data.frame"
      ],
      "fields": [
        "case_id",
        "activity",
        "timestamp",
        "status",
        "satisfaction"
      ],
      "rows": 117,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "as_quantile",
      "title": "Quantile threshold specification",
      "topics": [
        "as_quantile"
      ]
    },
    {
      "page": "as_traces",
      "title": "Represent an event log as traces",
      "topics": [
        "as_traces",
        "as_traces.activitylog",
        "as_traces.data.frame",
        "as_traces.eventlog"
      ]
    },
    {
      "page": "augment_log",
      "title": "Join cluster memberships onto an event log",
      "topics": [
        "augment_log"
      ]
    },
    {
      "page": "cluster_traces",
      "title": "Cluster traces from a credibility matrix",
      "topics": [
        "cluster_traces"
      ]
    },
    {
      "page": "constraints",
      "title": "Must-link and cannot-link constraints",
      "topics": [
        "cannot_link",
        "constraints",
        "must_link"
      ]
    },
    {
      "page": "crit_attribute",
      "title": "Attribute-based criterion templates",
      "topics": [
        "crit_attribute",
        "crit_nominal",
        "crit_numeric",
        "crit_ordinal"
      ]
    },
    {
      "page": "crit_custom",
      "title": "Custom criterion",
      "topics": [
        "crit_custom"
      ]
    },
    {
      "page": "crit_process",
      "title": "Process-aware criteria",
      "topics": [
        "crit_activity_profile",
        "crit_distinct_activities",
        "crit_duration",
        "crit_edit_distance",
        "crit_process",
        "crit_trace_length",
        "crit_transitions"
      ]
    },
    {
      "page": "criterion",
      "title": "Define an outranking criterion",
      "topics": [
        "criterion"
      ]
    },
    {
      "page": "eigengap",
      "title": "Eigenvalue gap diagnostic",
      "topics": [
        "eigengap"
      ]
    },
    {
      "page": "illustrative_log",
      "title": "Illustrative customer-service event log",
      "topics": [
        "illustrative_log"
      ]
    },
    {
      "page": "outrank_similarity",
      "title": "Outranking credibility matrix",
      "topics": [
        "outrank_similarity"
      ]
    },
    {
      "page": "plot.outrank_clust",
      "title": "Plot a trace clustering",
      "topics": [
        "plot.outrank_clust"
      ]
    },
    {
      "page": "summary.traces",
      "title": "Per-case summary of a 'traces' object",
      "topics": [
        "summary.traces"
      ]
    },
    {
      "page": "trim_outliers",
      "title": "Trim outlier cases",
      "topics": [
        "trim_outliers"
      ]
    },
    {
      "page": "validate_clusters",
      "title": "Internal cluster validity indices",
      "topics": [
        "validate_clusters"
      ]
    }
  ],
  "_readme": "https://github.com/pdelias/simoutrank/raw/HEAD/README.md",
  "_rundeps": [
    "lpSolve",
    "stringdist"
  ],
  "_vignettes": [
    {
      "source": "getting-started.Rmd",
      "filename": "getting-started.html",
      "title": "Getting started with simOutrank",
      "engine": "knitr::rmarkdown",
      "headings": [
        "1. Traces",
        "2. Criteria",
        "3. Similarity",
        "4. How many clusters?",
        "5. Cluster",
        "6. Use the result",
        "Where next",
        "Reference"
      ],
      "created": "2026-07-08 19:37:12",
      "modified": "2026-07-10 09:20:03",
      "commits": 3
    },
    {
      "source": "parameter-tuning.Rmd",
      "filename": "parameter-tuning.html",
      "title": "Parameter tuning and sensitivity",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Fixed vs quantile thresholds",
        "Threshold sensitivity",
        "Weight sensitivity",
        "Choosing k",
        "Takeaway"
      ],
      "created": "2026-07-08 19:37:12",
      "modified": "2026-07-10 13:07:35",
      "commits": 3
    },
    {
      "source": "reproducing-paper2.Rmd",
      "filename": "reproducing-paper2.html",
      "title": "Reproducing the illustrative example",
      "engine": "knitr::rmarkdown",
      "headings": [
        "The scenario",
        "The criteria (Table 2)",
        "Run 1: clustering without domain knowledge",
        "A note on exact reproduction",
        "Reference"
      ],
      "created": "2026-07-08 19:37:12",
      "modified": "2026-07-10 07:07:08",
      "commits": 3
    },
    {
      "source": "robustness.Rmd",
      "filename": "robustness.html",
      "title": "Robustness: constraints and trimming",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Run 2: cannot-link the tiers",
        "Run 3: trim outliers",
        "Putting it together",
        "Reference"
      ],
      "created": "2026-07-08 19:37:12",
      "modified": "2026-07-10 07:07:08",
      "commits": 3
    }
  ],
  "_score": 4.301029995663981,
  "_indexed": true,
  "_nocasepkg": "simoutrank",
  "_universes": [
    "pdelias"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-07-20T07:29:24.000Z",
      "distro": "resolute",
      "commit": "db969a2cfe09733421adbfcc34e485a72a0e0047",
      "fileid": "https://r2.ropensci.org/18392946efb73689fe6ac98703991aa31a614f18d936420825124cb48ee7a5a3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pdelias/actions/runs/29724489471"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-07-20T07:29:38.000Z",
      "distro": "resolute",
      "commit": "db969a2cfe09733421adbfcc34e485a72a0e0047",
      "fileid": "https://r2.ropensci.org/bb71c90ddda2d236ecb10c40dd69b05f381fb96d419ba3032413c640dbb51475",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pdelias/actions/runs/29724489471"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-07-20T07:29:11.000Z",
      "commit": "db969a2cfe09733421adbfcc34e485a72a0e0047",
      "fileid": "https://r2.ropensci.org/a44241d955ca00ac5b69cd62eaa63b16a9e2ed7ca130b918385ae33ae8c88755",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pdelias/actions/runs/29724489471"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-07-20T07:29:25.000Z",
      "commit": "db969a2cfe09733421adbfcc34e485a72a0e0047",
      "fileid": "https://r2.ropensci.org/c833673a950bf21d5a875c88a592f3118126ebcfab17623cb49daa915e600ec0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pdelias/actions/runs/29724489471"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0",
      "date": "2026-07-20T07:29:23.000Z",
      "commit": "db969a2cfe09733421adbfcc34e485a72a0e0047",
      "fileid": "https://r2.ropensci.org/50eb57801e29c1a0ab32437a13c02b6b40040b1253cf9d9a98599e0bd2f78f53",
      "status": "success",
      "buildurl": "https://github.com/r-universe/pdelias/actions/runs/29724489471"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-20T07:28:09.000Z",
      "commit": "db969a2cfe09733421adbfcc34e485a72a0e0047",
      "fileid": "https://r2.ropensci.org/2f6899a425f428967ebc03899729b8de52bf6881c2ecfa34b952aa88ce6a895c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pdelias/actions/runs/29724489471"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-20T07:28:17.000Z",
      "commit": "db969a2cfe09733421adbfcc34e485a72a0e0047",
      "fileid": "https://r2.ropensci.org/56ef9d406f33f89b8d6c6a2b5905dd3997c874f7cba9e49a105a31b878b2dd78",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pdelias/actions/runs/29724489471"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-20T07:28:30.000Z",
      "commit": "db969a2cfe09733421adbfcc34e485a72a0e0047",
      "fileid": "https://r2.ropensci.org/5f52566350e180e36373b3dc632ee210ce6ff6db8be38db0c3046741d0d9969b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pdelias/actions/runs/29724489471"
    }
  ]
}