{
  "_id": "6a21475bcd65a98ecbd2bb16",
  "Package": "RulesTools",
  "Title": "Preparing, Analyzing, and Visualizing Association Rules",
  "Version": "0.1.1",
  "Authors@R": "c(\nperson(\"Nikolett\", \"Toth\", email = \"rules.tools.pkg@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Jarrett\", \"Phillips\", role = \"ctb\")\n)",
  "Description": "Streamlines data preprocessing, analysis, and\nvisualization for association rule mining. Designed to work\nwith the 'arules' package, features include discretizing data\nframes, generating rule set intersections, and visualizing\nrules with heatmaps and Euler diagrams. 'RulesTools' also\nincludes a dataset on Brook trout detection from Nolan et al.\n(2023) <doi:10.1007/s13412-022-00800-x>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "URL": "https://github.com/nikolett0203/RulesTools",
  "BugReports": "https://github.com/nikolett0203/RulesTools/issues",
  "Config/pak/sysreqs": "cmake make libicu-dev libx11-dev zlib1g-dev\nlibclang-dev",
  "Repository": "https://nikolett0203.r-universe.dev",
  "Date/Publication": "2026-05-05 04:21:27 UTC",
  "RemoteUrl": "https://github.com/nikolett0203/rulestools",
  "RemoteRef": "HEAD",
  "RemoteSha": "400f435e48e891aab913cd2a709338bc30a4dbba",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-04 09:32:51 UTC",
    "User": "root"
  },
  "Author": "Nikolett Toth [aut, cre],\nJarrett Phillips [ctb]",
  "Maintainer": "Nikolett Toth <rules.tools.pkg@gmail.com>",
  "MD5sum": "faf0b6a9d0b87a452a8bf724a3997f23",
  "_user": "nikolett0203",
  "_type": "src",
  "_file": "RulesTools_0.1.1.tar.gz",
  "_fileid": "4a0ff4ad2a0fe5f8f0452508357848a20c717cd27e7cfe11aac339f4cfdde3bc",
  "_filesize": 154422,
  "_sha256": "4a0ff4ad2a0fe5f8f0452508357848a20c717cd27e7cfe11aac339f4cfdde3bc",
  "_created": "2026-06-04T09:32:51.000Z",
  "_published": "2026-06-04T09:37:31.587Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79490482934,
      "time": 186,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7408048531"
    },
    {
      "job": 79490482884,
      "time": 188,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408049362"
    },
    {
      "job": 79490483000,
      "time": 240,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7408051055"
    },
    {
      "job": 79490482904,
      "time": 198,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408041391"
    },
    {
      "job": 79489853924,
      "time": 221,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7407983383"
    },
    {
      "job": 79490482888,
      "time": 152,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408035737"
    },
    {
      "job": 79490482942,
      "time": 144,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7408033897"
    },
    {
      "job": 79490482938,
      "time": 120,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7408025855"
    },
    {
      "job": 79490482992,
      "time": 137,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408032613"
    }
  ],
  "_buildurl": "https://github.com/r-universe/nikolett0203/actions/runs/26943274094",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/nikolett0203/rulestools",
  "_commit": {
    "id": "400f435e48e891aab913cd2a709338bc30a4dbba",
    "author": "Jarrett Phillips <jphill01@uoguelph.ca>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update DESCRIPTION",
    "time": 1777954887
  },
  "_maintainer": {
    "name": "Nikolett Toth",
    "email": "rules.tools.pkg@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "mice",
      "role": "Imports"
    },
    {
      "package": "arules",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "eulerr",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "version": ">= 7.1.0",
      "role": "Suggests"
    }
  ],
  "_owner": "nikolett0203",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-19",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "nikolett0203",
      "count": 125,
      "uuid": 154761989
    },
    {
      "user": "jphill01",
      "count": 9,
      "uuid": 9255214
    }
  ],
  "_userbio": {
    "uuid": 154761989,
    "type": "user",
    "name": "Nikolett Toth"
  },
  "_downloads": {
    "count": 139,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/RulesTools"
  },
  "_devurl": "https://github.com/nikolett0203/rulestools",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/RulesTools.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/nikolett0203/rulestools",
  "_realowner": "nikolett0203",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2025-01-28"
    }
  ],
  "_exports": [
    "compare_rules",
    "dtize_col",
    "dtize_df",
    "rule_euler",
    "rule_heatmap"
  ],
  "_datasets": [
    {
      "name": "BrookTrout",
      "title": "Brook Trout eDNA and Environmental Data",
      "object": "BrookTrout",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Backpack",
        "Site",
        "eFishCatch",
        "AirTemp",
        "WaterTemp",
        "pH",
        "DissolvedOxygen",
        "Conductivity",
        "VolumeFiltered",
        "eDNAConc"
      ],
      "rows": 126,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "BrookTrout",
      "title": "Brook Trout eDNA and Environmental Data",
      "topics": [
        "BrookTrout"
      ]
    },
    {
      "page": "compare_rules",
      "title": "Compare Association Rule Sets and Find Their Intersections",
      "topics": [
        "compare_rules"
      ]
    },
    {
      "page": "dtize_col",
      "title": "Discretize a Numeric Column",
      "topics": [
        "dtize_col"
      ]
    },
    {
      "page": "dtize_df",
      "title": "Discretize Dataframe Columns",
      "topics": [
        "dtize_df"
      ]
    },
    {
      "page": "rule_euler",
      "title": "Create an Euler Diagram for Association Rules",
      "topics": [
        "rule_euler"
      ]
    },
    {
      "page": "rule_heatmap",
      "title": "Create a Heatmap for Association Rules",
      "topics": [
        "rule_heatmap"
      ]
    }
  ],
  "_readme": "https://github.com/nikolett0203/rulestools/raw/HEAD/README.md",
  "_rundeps": [
    "arules",
    "backports",
    "bit",
    "bit64",
    "boot",
    "broom",
    "cli",
    "clipr",
    "codetools",
    "cpp11",
    "crayon",
    "dplyr",
    "eulerr",
    "farver",
    "forcats",
    "foreach",
    "generics",
    "ggplot2",
    "glmnet",
    "glue",
    "gtable",
    "haven",
    "hms",
    "isoband",
    "iterators",
    "jomo",
    "labeling",
    "lattice",
    "lifecycle",
    "lme4",
    "magrittr",
    "MASS",
    "Matrix",
    "mice",
    "minqa",
    "mitml",
    "nlme",
    "nloptr",
    "nnet",
    "numDeriv",
    "ordinal",
    "pan",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "Rdpack",
    "readr",
    "reformulas",
    "rlang",
    "rpart",
    "S7",
    "scales",
    "shape",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "tzdb",
    "ucminf",
    "utf8",
    "vctrs",
    "viridisLite",
    "vroom",
    "withr"
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "rulestools",
  "_universes": [
    "nikolett0203"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-04T09:35:25.000Z",
      "distro": "noble",
      "commit": "400f435e48e891aab913cd2a709338bc30a4dbba",
      "fileid": "7ca5873c55f1384c32dc614cf208f8b7a53de94caa3776bf489dd9ba3a19a23e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nikolett0203/actions/runs/26943274094"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-04T09:35:26.000Z",
      "distro": "noble",
      "commit": "400f435e48e891aab913cd2a709338bc30a4dbba",
      "fileid": "cee7026816e6103bcbd681683867bb33139ccf7f682aaa8797e6075c74e5c659",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nikolett0203/actions/runs/26943274094"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-04T09:35:40.000Z",
      "commit": "400f435e48e891aab913cd2a709338bc30a4dbba",
      "fileid": "1bcabb930ffccd5baafdaad41122f8e97da31c8a4a0f0e1de697748dd5e7d8a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nikolett0203/actions/runs/26943274094"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-04T09:35:11.000Z",
      "commit": "400f435e48e891aab913cd2a709338bc30a4dbba",
      "fileid": "9a5f8ede9e379a2f9b9ff43a66bb2ea1a1dcd1ed27dd8308145aa4ea18e311aa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nikolett0203/actions/runs/26943274094"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-06-04T09:35:41.000Z",
      "commit": "400f435e48e891aab913cd2a709338bc30a4dbba",
      "fileid": "f73aa15ac726eac80edad42741d8da6eb32ead94e3d94d30eb50a34484370277",
      "status": "success",
      "buildurl": "https://github.com/r-universe/nikolett0203/actions/runs/26943274094"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-04T09:34:35.000Z",
      "commit": "400f435e48e891aab913cd2a709338bc30a4dbba",
      "fileid": "e89599123a5b4496097f6232c01361948d99cae51620b85f87def4fda47629cd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nikolett0203/actions/runs/26943274094"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-04T09:34:08.000Z",
      "commit": "400f435e48e891aab913cd2a709338bc30a4dbba",
      "fileid": "60ff8127d8d9d3dfac0c1ffea12f397fdc5eb17497eaf020823913c86dd7f5cc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nikolett0203/actions/runs/26943274094"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-04T09:34:25.000Z",
      "commit": "400f435e48e891aab913cd2a709338bc30a4dbba",
      "fileid": "6853e87f2c820a43584067a2bb244edd738f368e02682ba6a11cbeb902e7335a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nikolett0203/actions/runs/26943274094"
    }
  ]
}