{
  "_id": "6a101d0bacfb0bcc41c89957",
  "Package": "rCBA",
  "Title": "CBA Classifier for R",
  "Version": "0.4.3",
  "Authors@R": "c(person(\"Jaroslav\", \"Kuchar\", email = \"jaroslav.kuchar@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Tomas\", \"Kliegr\", email=\"kliegr@gmail.com\", role = c(\"ctb\")))",
  "Author": "Jaroslav Kuchar [aut, cre], Tomas Kliegr [ctb]",
  "Maintainer": "Jaroslav Kuchar <jaroslav.kuchar@gmail.com>",
  "URL": "https://github.com/jaroslav-kuchar/rCBA",
  "BugReports": "https://github.com/jaroslav-kuchar/rCBA/issues",
  "Description": "Provides implementations of a classifier based on the\n\"Classification Based on Associations\" (CBA). It can be used\nfor building classification models from association rules.\nRules are pruned in the order of precedence given by the sort\ncriteria and a default rule is added. The final classifier\nlabels provided instances. CBA was originally proposed by Liu,\nB. Hsu, W. and Ma, Y. Integrating Classification and\nAssociation Rule Mining. Proceedings KDD-98, New York, 27-31\nAugust. AAAI. pp80-86 (1998, ISBN:1-57735-070-7).",
  "License": "Apache License (== 2.0)",
  "SystemRequirements": "Java (>= 8)",
  "RoxygenNote": "6.1.1",
  "Encoding": "UTF-8",
  "Collate": "'init.R' 'build.R' 'buildFPGrowth.R' 'classification.R'\n'fpgrowth.R' 'pruning.R' 'utils.R'",
  "Config/pak/sysreqs": "make default-jdk",
  "Repository": "https://jaroslav-kuchar.r-universe.dev",
  "Date/Publication": "2019-05-29 19:56:38 UTC",
  "RemoteUrl": "https://github.com/jaroslav-kuchar/rcba",
  "RemoteRef": "HEAD",
  "RemoteSha": "a565c5093f70ee1fc16be56cc166b38e4bc74160",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-14 08:10:23 UTC",
    "User": "root"
  },
  "MD5sum": "170d7d8bf7c41d3f832c246594e75472",
  "_user": "jaroslav-kuchar",
  "_type": "src",
  "_file": "rCBA_0.4.3.tar.gz",
  "_fileid": "30ad2d3ca131aabb9fa3466a1f76d13ca143deb9df52e3e6ce3995206b0eee3a",
  "_filesize": 583895,
  "_sha256": "30ad2d3ca131aabb9fa3466a1f76d13ca143deb9df52e3e6ce3995206b0eee3a",
  "_created": "2026-05-14T08:10:23.000Z",
  "_published": "2026-05-22T09:08:27.005Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77349636739,
      "time": 139,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6990082626"
    },
    {
      "job": 77349636628,
      "time": 150,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6990085612"
    },
    {
      "job": 77349636639,
      "time": 159,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6990081940"
    },
    {
      "job": 77349636693,
      "time": 194,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6990089084"
    },
    {
      "job": 77349635921,
      "time": 184,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6990044606"
    },
    {
      "job": 77349636328,
      "time": 134,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156883238"
    },
    {
      "job": 77349636982,
      "time": 136,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6990081885"
    },
    {
      "job": 77349636928,
      "time": 99,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6990071962"
    },
    {
      "job": 77349636975,
      "time": 104,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6990073209"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jaroslav-kuchar/actions/runs/25849251503",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jaroslav-kuchar/rcba",
  "_commit": {
    "id": "a565c5093f70ee1fc16be56cc166b38e4bc74160",
    "author": "Jaroslav Kuchař <jaroslav.kuchar@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #5 from jaroslav-kuchar/develop\n\nv 0.4.3",
    "time": 1559159798
  },
  "_maintainer": {
    "name": "Jaroslav Kuchar",
    "email": "jaroslav.kuchar@gmail.com",
    "login": "jaroslav-kuchar",
    "uuid": 917918
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.3",
      "role": "Depends"
    },
    {
      "package": "rJava",
      "role": "Depends"
    },
    {
      "package": "arules",
      "role": "Depends"
    },
    {
      "package": "R.utils",
      "role": "Imports"
    },
    {
      "package": "TunePareto",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    }
  ],
  "_owner": "jaroslav-kuchar",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 7,
  "_contributors": [
    {
      "user": "jaroslav-kuchar",
      "count": 90,
      "uuid": 917918
    }
  ],
  "_userbio": {
    "uuid": 917918,
    "type": "user",
    "name": "Jaroslav Kuchař"
  },
  "_downloads": {
    "count": 234,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rCBA"
  },
  "_devurl": "https://github.com/jaroslav-kuchar/rcba",
  "_searchresults": 47,
  "_topics": [
    "openjdk"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/rCBA.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jaroslav-kuchar/rcba",
  "_realowner": "jaroslav-kuchar",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2015-12-11"
    },
    {
      "version": "0.3.0",
      "date": "2018-01-08"
    },
    {
      "version": "0.4.1",
      "date": "2018-05-09"
    },
    {
      "version": "0.4.2",
      "date": "2018-05-16"
    },
    {
      "version": "0.4.3",
      "date": "2019-05-29"
    }
  ],
  "_exports": [
    "build",
    "buildFPGrowth",
    "classification",
    "fpgrowth",
    "frameToRules",
    "pruning"
  ],
  "_help": [
    {
      "page": "build",
      "title": "Build classifier function (Apriori-based)",
      "topics": [
        "build"
      ]
    },
    {
      "page": "buildFPGrowth",
      "title": "Build classifier function (FP-Growth-based)",
      "topics": [
        "buildFPGrowth"
      ]
    },
    {
      "page": "classification",
      "title": "A classification function",
      "topics": [
        "classification"
      ]
    },
    {
      "page": "fpgrowth",
      "title": "FP-Growth",
      "topics": [
        "fpgrowth"
      ]
    },
    {
      "page": "frameToRules",
      "title": "Conversion of 'data.frame' to 'rules' from 'arules'",
      "topics": [
        "frameToRules"
      ]
    },
    {
      "page": "pruning",
      "title": "A Pruning function",
      "topics": [
        "pruning"
      ]
    }
  ],
  "_readme": "https://github.com/jaroslav-kuchar/rcba/raw/HEAD/README.md",
  "_rundeps": [
    "arules",
    "generics",
    "lattice",
    "Matrix",
    "R.methodsS3",
    "R.oo",
    "R.utils",
    "rJava",
    "TunePareto"
  ],
  "_sysdeps": [
    {
      "shlib": "libjvm",
      "package": "openjdk-21-jre-headless",
      "headers": "openjdk-21-jre-headless",
      "source": "openjdk",
      "version": "21.0.10+7-1~24.04",
      "name": "openjdk",
      "homepage": "https://openjdk.java.net/",
      "description": "OpenJDK Java runtime, using Hotspot JIT (headless)"
    }
  ],
  "_score": 4.216165902285994,
  "_indexed": true,
  "_nocasepkg": "rcba",
  "_universes": [
    "jaroslav-kuchar"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.3",
      "date": "2026-05-14T08:12:24.000Z",
      "distro": "noble",
      "commit": "a565c5093f70ee1fc16be56cc166b38e4bc74160",
      "fileid": "bdd7a77918d79768ece5ae591464372dc1dce13e853bb46b97095b5db2ff95a4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jaroslav-kuchar/actions/runs/25849251503"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.3",
      "date": "2026-05-14T08:12:38.000Z",
      "distro": "noble",
      "commit": "a565c5093f70ee1fc16be56cc166b38e4bc74160",
      "fileid": "32e9cdfd63d420205f60aef488e03c752b89873e1522679229c9b6160e4eb5d8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jaroslav-kuchar/actions/runs/25849251503"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.3",
      "date": "2026-05-14T08:12:36.000Z",
      "commit": "a565c5093f70ee1fc16be56cc166b38e4bc74160",
      "fileid": "8daeeede4f223a51e575f2660ac46f1f5f738c8ce9bb42baad00be94f76b258b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jaroslav-kuchar/actions/runs/25849251503"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.3",
      "date": "2026-05-14T08:12:50.000Z",
      "commit": "a565c5093f70ee1fc16be56cc166b38e4bc74160",
      "fileid": "3e2e231f4f4d31ec9697b15c0b915dd03b9a3530700cfc6b6bf9cf45057a7e79",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jaroslav-kuchar/actions/runs/25849251503"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.3",
      "date": "2026-05-14T08:12:15.000Z",
      "commit": "a565c5093f70ee1fc16be56cc166b38e4bc74160",
      "fileid": "e51b7e87d199ed1a8b03f85473a924e59be09066af2b00078456c34c86caf73f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jaroslav-kuchar/actions/runs/25849251503"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.3",
      "date": "2026-05-14T08:11:37.000Z",
      "commit": "a565c5093f70ee1fc16be56cc166b38e4bc74160",
      "fileid": "947f43c6adda0f553b96c2c3ede4bb1799ebb77b11ea66a5191ce0315b6bb24b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jaroslav-kuchar/actions/runs/25849251503"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.3",
      "date": "2026-05-14T08:11:31.000Z",
      "commit": "a565c5093f70ee1fc16be56cc166b38e4bc74160",
      "fileid": "1e426aff1c29f09bccbc662028a3801b042685796b9f40f9cfdf30bbb7e4ea16",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jaroslav-kuchar/actions/runs/25849251503"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.3",
      "date": "2026-05-22T09:08:03.000Z",
      "commit": "a565c5093f70ee1fc16be56cc166b38e4bc74160",
      "fileid": "299070a5e24a3de9aff42a5b69c2953b09183612a3d1d54b32fe7bb923ff08c0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jaroslav-kuchar/actions/runs/25849251503"
    }
  ]
}