{
  "_id": "6a1041cfacfb0bcc41c9d967",
  "Package": "CARRoT",
  "Title": "Predicting Categorical and Continuous Outcomes Using One in Ten\nRule",
  "Version": "3.0.2",
  "Authors@R": "c(person(\"Alina\", \"Bazarova\", email = \"al.bazarova@fz-juelich.de\", role = c(\"aut\", \"cre\")),person(\"Marko\", \"Raseta\", email = \"m.raseta@erasmusmc.nl\", role = c(\"aut\")))",
  "Description": "Predicts categorical or continuous outcomes while\nconcentrating on a number of key points. These are\nCross-validation, Accuracy, Regression and Rule of Ten or \"one\nin ten rule\" (CARRoT), and, in addition to it R-squared\nstatistics, prior knowledge on the dataset etc. It performs the\ncross-validation specified number of times by partitioning the\ninput into training and test set and fitting\nlinear/multinomial/binary regression models to the training\nset. All regression models satisfying chosen constraints are\nfitted and the ones with the best predictive power are given as\nan output. Best predictive power is understood as highest\naccuracy in case of binary/multinomial outcomes, smallest\nabsolute and relative errors in case of continuous outcomes.\nFor binary case there is also an option of finding a regression\nmodel which gives the highest AUROC (Area Under Receiver\nOperating Curve) value. The option of parallel toolbox is also\navailable. Methods are described in Peduzzi et al. (1996)\n<doi:10.1016/S0895-4356(96)00236-3> , Rhemtulla et al. (2012)\n<doi:10.1037/a0029315>, Riley et al. (2018)\n<doi:10.1002/sim.7993>, Riley et al. (2019)\n<doi:10.1002/sim.7992>.",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "RdMacros": "Rdpack",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-11 07:34:11 UTC",
    "User": "root"
  },
  "Author": "Alina Bazarova [aut, cre], Marko Raseta [aut]",
  "Maintainer": "Alina Bazarova <al.bazarova@fz-juelich.de>",
  "Repository": "https://albazarova.r-universe.dev",
  "Date/Publication": "2023-10-13 22:30:51 UTC",
  "RemoteUrl": "https://github.com/cran/CARRoT",
  "RemoteRef": "HEAD",
  "RemoteSha": "50629234d1eb2aed1ca68d8ac6a0fd040f343936",
  "MD5sum": "e5a6a12d1742aa347396f50acd3d8844",
  "_user": "albazarova",
  "_type": "src",
  "_file": "CARRoT_3.0.2.tar.gz",
  "_fileid": "14f2931968fec28ca67562b4de681e677801bb1bd3c39438502dedcf42a17431",
  "_filesize": 167040,
  "_sha256": "14f2931968fec28ca67562b4de681e677801bb1bd3c39438502dedcf42a17431",
  "_created": "2026-05-11T07:34:11.000Z",
  "_published": "2026-05-22T11:45:19.206Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77373020439,
      "time": 103,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6912745736"
    },
    {
      "job": 77373020412,
      "time": 100,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6912743178"
    },
    {
      "job": 77373020548,
      "time": 175,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6912750217"
    },
    {
      "job": 77373020788,
      "time": 127,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6912741941"
    },
    {
      "job": 77373020077,
      "time": 151,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6912712514"
    },
    {
      "job": 77373019935,
      "time": 83,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7159694385"
    },
    {
      "job": 77373020389,
      "time": 99,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6912742781"
    },
    {
      "job": 77373020419,
      "time": 63,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6912732367"
    },
    {
      "job": 77373020756,
      "time": 98,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6912742736"
    }
  ],
  "_buildurl": "https://github.com/r-universe/albazarova/actions/runs/25656552319",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/CARRoT",
  "_commit": {
    "id": "50629234d1eb2aed1ca68d8ac6a0fd040f343936",
    "author": "Alina Bazarova <al.bazarova@fz-juelich.de>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 3.0.2\n",
    "time": 1697236251
  },
  "_maintainer": {
    "name": "Alina Bazarova",
    "email": "al.bazarova@fz-juelich.de",
    "login": "albazarova",
    "uuid": 35895706
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "nnet",
      "role": "Imports"
    },
    {
      "package": "doParallel",
      "role": "Imports"
    },
    {
      "package": "Rdpack",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "albazarova",
      "count": 3,
      "uuid": 35895706
    }
  ],
  "_userbio": {
    "uuid": 35895706,
    "type": "user",
    "name": "Alina Bazarova"
  },
  "_downloads": {
    "count": 266,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/CARRoT"
  },
  "_mentions": 1,
  "_searchresults": 20,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/CARRoT.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "manual.pdf"
  ],
  "_realowner": "albazarova",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2018-04-06"
    },
    {
      "version": "1.0.0",
      "date": "2018-06-30"
    },
    {
      "version": "1.5.0",
      "date": "2018-11-27"
    },
    {
      "version": "2.0.0",
      "date": "2019-03-08"
    },
    {
      "version": "2.5.0",
      "date": "2020-03-26"
    },
    {
      "version": "2.5.1",
      "date": "2020-05-13"
    },
    {
      "version": "2.5.2",
      "date": "2021-06-08"
    },
    {
      "version": "3.0.0",
      "date": "2023-04-17"
    },
    {
      "version": "3.0.1",
      "date": "2023-08-15"
    },
    {
      "version": "3.0.2",
      "date": "2023-10-13"
    }
  ],
  "_exports": [
    "AUC",
    "av_out",
    "comb",
    "compute_max_length",
    "compute_max_weight",
    "compute_weights",
    "cross_val",
    "cub",
    "find_int",
    "find_sub",
    "get_indices",
    "get_predictions",
    "get_predictions_lin",
    "get_probabilities",
    "make_numeric",
    "make_numeric_sets",
    "quadr",
    "regr_ind",
    "sum_weights_sub"
  ],
  "_help": [
    {
      "page": "AUC",
      "title": "Area Under the Curve",
      "topics": [
        "AUC"
      ]
    },
    {
      "page": "av_out",
      "title": "Averaging out the predictive power",
      "topics": [
        "av_out"
      ]
    },
    {
      "page": "comb",
      "title": "Combining in a list",
      "topics": [
        "comb"
      ]
    },
    {
      "page": "compute_max_length",
      "title": "Maximum number of the regressions",
      "topics": [
        "compute_max_length"
      ]
    },
    {
      "page": "compute_max_weight",
      "title": "Maximum feasible weight of the predictors",
      "topics": [
        "compute_max_weight"
      ]
    },
    {
      "page": "compute_weights",
      "title": "Weights of predictors",
      "topics": [
        "compute_weights"
      ]
    },
    {
      "page": "cross_val",
      "title": "Cross-validation run",
      "topics": [
        "cross_val"
      ]
    },
    {
      "page": "cub",
      "title": "Three-way interactions and squares",
      "topics": [
        "cub"
      ]
    },
    {
      "page": "find_int",
      "title": "Finding the interacting terms based on the index",
      "topics": [
        "find_int"
      ]
    },
    {
      "page": "find_sub",
      "title": "Finds certain subsets of predictors",
      "topics": [
        "find_sub"
      ]
    },
    {
      "page": "get_indices",
      "title": "Best regression",
      "topics": [
        "get_indices"
      ]
    },
    {
      "page": "get_predictions",
      "title": "Predictions for multinomial regression",
      "topics": [
        "get_predictions"
      ]
    },
    {
      "page": "get_predictions_lin",
      "title": "Predictions for linear regression",
      "topics": [
        "get_predictions_lin"
      ]
    },
    {
      "page": "get_probabilities",
      "title": "Probabilities for multinomial regression",
      "topics": [
        "get_probabilities"
      ]
    },
    {
      "page": "make_numeric",
      "title": "Turning a non-numeric variable into a numeric one",
      "topics": [
        "make_numeric"
      ]
    },
    {
      "page": "make_numeric_sets",
      "title": "Transforming the set of predictors into a numeric set",
      "topics": [
        "make_numeric_sets"
      ]
    },
    {
      "page": "quadr",
      "title": "Pairwise interactions and squares",
      "topics": [
        "quadr"
      ]
    },
    {
      "page": "regr_ind",
      "title": "Indices of the best regressions",
      "topics": [
        "regr_ind"
      ]
    },
    {
      "page": "sum_weights_sub",
      "title": "Cumulative weights of the predictors' subsets",
      "topics": [
        "sum_weights_sub"
      ]
    }
  ],
  "_rundeps": [
    "codetools",
    "doParallel",
    "foreach",
    "iterators",
    "nnet",
    "rbibutils",
    "Rdpack"
  ],
  "_score": 1.3010299956639813,
  "_indexed": true,
  "_nocasepkg": "carrot",
  "_universes": [
    "albazarova"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "3.0.2",
      "date": "2026-05-11T07:36:02.000Z",
      "distro": "noble",
      "commit": "50629234d1eb2aed1ca68d8ac6a0fd040f343936",
      "fileid": "003e1242bb6ea6490fdb69e91b566430ff55623d929f3eb0fe029ebf971599b8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/albazarova/actions/runs/25656552319"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "3.0.2",
      "date": "2026-05-11T07:35:53.000Z",
      "distro": "noble",
      "commit": "50629234d1eb2aed1ca68d8ac6a0fd040f343936",
      "fileid": "60566851bb4fd4c99fc4469bfb0cbdd595e1db76025e9d5023a345effdd97de3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/albazarova/actions/runs/25656552319"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "3.0.2",
      "date": "2026-05-11T07:36:20.000Z",
      "commit": "50629234d1eb2aed1ca68d8ac6a0fd040f343936",
      "fileid": "ab56691d0958de3ed037e9627db53545ffee65a19dc2aa7239611be13fe0b5fa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/albazarova/actions/runs/25656552319"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "3.0.2",
      "date": "2026-05-11T07:35:54.000Z",
      "commit": "50629234d1eb2aed1ca68d8ac6a0fd040f343936",
      "fileid": "a325f8b7d9e8cdddbc81e9f66bb651d2b26b3d67138ca6c62b4bc273565ce9f0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/albazarova/actions/runs/25656552319"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "3.0.2",
      "date": "2026-05-11T07:35:47.000Z",
      "commit": "50629234d1eb2aed1ca68d8ac6a0fd040f343936",
      "fileid": "47a787845731b7ad5fa8b44f590e8e8ae64c298b44035e6249a0c95625d136a9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/albazarova/actions/runs/25656552319"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "3.0.2",
      "date": "2026-05-11T07:35:14.000Z",
      "commit": "50629234d1eb2aed1ca68d8ac6a0fd040f343936",
      "fileid": "8182bb452fe0e11973173319ce7bf5c5fa346996f682707d64fb980b6013f7ac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/albazarova/actions/runs/25656552319"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "3.0.2",
      "date": "2026-05-11T07:35:47.000Z",
      "commit": "50629234d1eb2aed1ca68d8ac6a0fd040f343936",
      "fileid": "253b01b49bbbe16e5fee5a51ab7b91f977121714671c9c3dd59bb152da4f2890",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/albazarova/actions/runs/25656552319"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "3.0.2",
      "date": "2026-05-22T11:45:05.000Z",
      "commit": "50629234d1eb2aed1ca68d8ac6a0fd040f343936",
      "fileid": "27859d658dec720359fd2af87b2a3f639078258576a8b31a1340217ea0bc092f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/albazarova/actions/runs/25656552319"
    }
  ]
}