{
  "_id": "6a1f24f1b401979e73420f20",
  "Package": "rpartScore",
  "Type": "Package",
  "Title": "Classification Trees for Ordinal Responses",
  "Version": "1.0-2",
  "Date": "2022-05-25",
  "Author": "Giuliano Galimberti, Gabriele Soffritti, Matteo Di Maso",
  "Maintainer": "Giuliano Galimberti <giuliano.galimberti@unibo.it>",
  "Description": "Recursive partitioning methods to build classification\ntrees for ordinal responses within the CART framework. Trees\nare grown using the Generalized Gini impurity function, where\nthe misclassification costs are given by the absolute or\nsquared differences in scores assigned to the categories of the\nresponse. Pruning is based on the total misclassification rate\nor on the total misclassification cost.",
  "License": "GPL (>= 2)",
  "LazyLoad": "yes",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-16 06:29:28 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2022-05-25 21:40:02 UTC",
  "RemoteUrl": "https://github.com/cran/rpartScore",
  "RemoteRef": "HEAD",
  "RemoteSha": "0e2d300f8b0afab577636022dbc0d42c9dc75ab6",
  "MD5sum": "5ae0460948d8f7793322566bf4c98dbb",
  "_user": "cran",
  "_type": "src",
  "_file": "rpartScore_1.0-2.tar.gz",
  "_fileid": "90b7484a49309c1064c56ea5309acdfc02e7faf6bc2af0e6636aaaf6e14b5245",
  "_filesize": 112968,
  "_sha256": "90b7484a49309c1064c56ea5309acdfc02e7faf6bc2af0e6636aaaf6e14b5245",
  "_created": "2026-05-16T06:29:28.000Z",
  "_published": "2026-06-02T18:46:09.650Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79146743648,
      "time": 104,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7031206052"
    },
    {
      "job": 79146743168,
      "time": 105,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031206289"
    },
    {
      "job": 79146742883,
      "time": 171,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031195807"
    },
    {
      "job": 79146742507,
      "time": 100,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7366848034"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25954888647",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/rpartScore",
  "_commit": {
    "id": "0e2d300f8b0afab577636022dbc0d42c9dc75ab6",
    "author": "Giuliano Galimberti <giuliano.galimberti@unibo.it>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0-2\n",
    "time": 1653514802
  },
  "_maintainer": {
    "name": "Giuliano Galimberti",
    "email": "giuliano.galimberti@unibo.it"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2.0",
      "role": "Depends"
    },
    {
      "package": "rpart",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Depends"
    },
    {
      "package": "MASS",
      "role": "Depends"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 265,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rpartScore"
  },
  "_mentions": 1,
  "_searchresults": 23,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/rpartScore.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2012-03-31"
    },
    {
      "version": "1.0-0",
      "date": "2012-04-25"
    },
    {
      "version": "1.0-1",
      "date": "2012-12-08"
    },
    {
      "version": "1.0-2",
      "date": "2022-05-26"
    }
  ],
  "_exports": [
    "evalMedian",
    "evalMode",
    "initScore",
    "rpartScore",
    "splitAbs",
    "splitQuad"
  ],
  "_help": [
    {
      "page": "rpartScore-package",
      "title": "Classification trees for ordinal responses",
      "topics": [
        "rpartScore-package"
      ]
    },
    {
      "page": "evalMedian",
      "title": "Pruning a classification tree using the total misclassification cost",
      "topics": [
        "evalMedian"
      ]
    },
    {
      "page": "evalMode",
      "title": "Pruning a classification tree using the total misclassification rate",
      "topics": [
        "evalMode"
      ]
    },
    {
      "page": "initScore",
      "title": "Summarizing and visualizing classification trees",
      "topics": [
        "initScore"
      ]
    },
    {
      "page": "rpartScore",
      "title": "Classification trees for ordinal responses",
      "topics": [
        "rpartScore"
      ]
    },
    {
      "page": "splitAbs",
      "title": "Generalized Gini splitting function based on absolute differences in scores",
      "topics": [
        "splitAbs"
      ]
    },
    {
      "page": "splitQuad",
      "title": "Generalized Gini splitting function based on quadratic differences in scores",
      "topics": [
        "splitQuad"
      ]
    }
  ],
  "_rundeps": [
    "MASS",
    "rpart"
  ],
  "_score": 1.3617278360175928,
  "_indexed": true,
  "_nocasepkg": "rpartscore",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0-2",
      "date": "2026-05-16T06:31:17.000Z",
      "distro": "noble",
      "commit": "0e2d300f8b0afab577636022dbc0d42c9dc75ab6",
      "fileid": "b9537370f9039462c7600af1d4b0056d20ff3a9ad01e3bdd4de24b8076889778",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25954888647"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0-2",
      "date": "2026-05-16T06:31:18.000Z",
      "distro": "noble",
      "commit": "0e2d300f8b0afab577636022dbc0d42c9dc75ab6",
      "fileid": "393489874f04b7420d2c12d0d165df7e92e003a4dc5a0b844f680394fd545754",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25954888647"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0-2",
      "date": "2026-06-02T18:45:53.000Z",
      "commit": "0e2d300f8b0afab577636022dbc0d42c9dc75ab6",
      "fileid": "b8750ab0fb41b79199d30be26b582c7504425d61d2b13283afcc25503e38e129",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25954888647"
    }
  ]
}