{
  "_id": "6a155bf4acfb0bcc41d5f609",
  "Package": "DET",
  "Type": "Package",
  "Title": "Representation of DET Curve with Confidence Intervals",
  "Version": "3.0.1",
  "Authors@R": "c(\nperson(\"García-Ródenas, Álvaro\",\nrole = c(\"aut\",\"cre\"),\nemail = \"alvaro.garcia9@um.es\"),\nperson(\"Franco, Manuel\",\nrole = c(\"aut\"),\nemail = \"mfranco@um.es\"),\nperson(\"Vivo, Juana-María\",\nrole = c(\"aut\"),\nemail = \"jmvivomo@um.es\"),\nperson(\"Fernández-Breis, Jesualdo T.\",\nrole = c(\"aut\"),\nemail = \"jfernand@um.es\"),\nperson(\"Font, Roberto\",\nrole = c(\"aut\"),\nemail = \"roberto.font@biometricvox.com\"))",
  "Description": "Builds both ROC (Receiver Operating Characteristic) and\nDET (Detection Error Tradeoff) curves from a set of predictors,\nwhich are the results of a binary classification system. The\ncurves give a general vision of the performance of the\nclassifier, and are useful for comparing performance of\ndifferent systems.",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-26 08:35:45 UTC",
    "User": "root"
  },
  "Author": "García-Ródenas, Álvaro [aut, cre], Franco, Manuel [aut], Vivo,\nJuana-María [aut], Fernández-Breis, Jesualdo T. [aut], Font,\nRoberto [aut]",
  "URL": "https://github.com/jmcurran/DET",
  "BugReports": "https://github.com/jmcurran/DET/issues",
  "Repository": "https://jmcurran.r-universe.dev",
  "Date/Publication": "2025-07-16 01:58:09 UTC",
  "RemoteUrl": "https://github.com/jmcurran/det",
  "RemoteRef": "HEAD",
  "RemoteSha": "fc138372860b2e1bacdce920821823236714a3dc",
  "Maintainer": "\"García-Ródenas, Álvaro\" <alvaro.garcia9@um.es>",
  "MD5sum": "e9087871085e7cb724d50c44f66ac3e1",
  "_user": "jmcurran",
  "_type": "src",
  "_file": "DET_3.0.1.tar.gz",
  "_fileid": "d984a7b3751c2fa6e9b6708bbd6bfbfd4a34f25735218d690a2797b665e3df28",
  "_filesize": 1539924,
  "_sha256": "d984a7b3751c2fa6e9b6708bbd6bfbfd4a34f25735218d690a2797b665e3df28",
  "_created": "2026-05-26T08:35:45.000Z",
  "_published": "2026-05-26T08:38:12.689Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77837234479,
      "time": 112,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7212490505"
    },
    {
      "job": 77837234439,
      "time": 97,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7212486120"
    },
    {
      "job": 77837234496,
      "time": 69,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7212476737"
    },
    {
      "job": 77837234625,
      "time": 105,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7212487937"
    },
    {
      "job": 77836873852,
      "time": 137,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7212454496"
    },
    {
      "job": 77837234534,
      "time": 91,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7212483868"
    },
    {
      "job": 77837234482,
      "time": 69,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7212476981"
    },
    {
      "job": 77837234530,
      "time": 64,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7212475091"
    },
    {
      "job": 77837234483,
      "time": 72,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7212477436"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jmcurran/actions/runs/26441497097",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jmcurran/det",
  "_commit": {
    "id": "fc138372860b2e1bacdce920821823236714a3dc",
    "author": "James Curran <j.curran@auckland.ac.nz>",
    "committer": "James Curran <j.curran@auckland.ac.nz>",
    "message": "* Fixed assertDetCurveParameters so that there is a check of whether the predictor parameter is a matrix BEFORE it checks to see how many rows it has. If it is a vector then the previous code returned NULL, and therefore the if statement did not return a logical\n* Changed detc so that if if the parameter predictors is just vector it gets coerced into a matrix with one column so that it doesn't fail the assert. This seems reasonable given that the response is expected to be factor and is coerced into one if it isn't.\n* Removed the URLs from the ovarianCancer man pages because they are no longer valid and I can't find a sensible alternative. Updated the reference to give the full information plus the DOI\n",
    "time": 1752631089
  },
  "_maintainer": {
    "name": "\"García-Ródenas, Álvaro\"",
    "email": "alvaro.garcia9@um.es",
    "login": "alvaro85gr",
    "description": "",
    "uuid": 33597183
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "pROC",
      "role": "Imports"
    },
    {
      "package": "doParallel",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    }
  ],
  "_owner": "jmcurran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-29",
      "n": 7
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "jmcurran",
      "count": 7,
      "uuid": 1457367
    }
  ],
  "_userbio": {
    "uuid": 1457367,
    "type": "user",
    "name": "James Curran",
    "description": "Professor of Statistics at the University of Auckland. Keen cyclist and gamer."
  },
  "_downloads": {
    "count": 209,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/DET"
  },
  "_mentions": 21,
  "_devurl": "https://github.com/jmcurran/det",
  "_searchresults": 21,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/DET.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jmcurran/det",
  "_realowner": "jmcurran",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2019-04-09"
    },
    {
      "version": "1.0.1",
      "date": "2019-05-23"
    },
    {
      "version": "2.0.0",
      "date": "2019-05-30"
    },
    {
      "version": "2.0.1",
      "date": "2019-06-14"
    },
    {
      "version": "2.0.2",
      "date": "2020-03-29"
    },
    {
      "version": "3.0.0",
      "date": "2021-04-01"
    },
    {
      "version": "3.0.1",
      "date": "2021-04-03"
    },
    {
      "version": "3.0.2",
      "date": "2025-08-28"
    }
  ],
  "_exports": [
    "detc",
    "detc.ci",
    "EER",
    "minDcf",
    "plotROC",
    "plotROCs",
    "pointsEER",
    "show.DETs"
  ],
  "_datasets": [
    {
      "name": "ovarianCancer",
      "title": "Data on Ovarian Cancer (NCI PBSII Data)",
      "object": "ovarianCancer",
      "file": "ovarianCancer.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "response",
        "Protein 1689",
        "Protein 1737"
      ],
      "rows": 253,
      "table": true,
      "tojson": true
    },
    {
      "name": "speaker",
      "title": "Data on a Speaker Recognition System (Voxceleb verification test)",
      "object": "speaker",
      "file": "speaker.rda",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "detc",
      "title": "DET Curve calculation",
      "topics": [
        "detc"
      ]
    },
    {
      "page": "detc.ci",
      "title": "DET Curve calculation with CI",
      "topics": [
        "detc.ci"
      ]
    },
    {
      "page": "EER",
      "title": "Equal Error Rate computation",
      "topics": [
        "EER"
      ]
    },
    {
      "page": "minDcf",
      "title": "Minimum of the Detection Cost Function computation",
      "topics": [
        "minDcf"
      ]
    },
    {
      "page": "ovarianCancer",
      "title": "Data on Ovarian Cancer (NCI PBSII Data)",
      "topics": [
        "ovarianCancer"
      ]
    },
    {
      "page": "plot.DET",
      "title": "DET Curve plot",
      "topics": [
        "plot.DET"
      ]
    },
    {
      "page": "plot.DETs",
      "title": "DET Curves plot",
      "topics": [
        "plot.DETs"
      ]
    },
    {
      "page": "plotROC",
      "title": "ROC Curve plot",
      "topics": [
        "plotROC"
      ]
    },
    {
      "page": "plotROCs",
      "title": "ROC Curves plot",
      "topics": [
        "plotROCs"
      ]
    },
    {
      "page": "pointsEER",
      "title": "EER Plot",
      "topics": [
        "pointsEER"
      ]
    },
    {
      "page": "show.DETs",
      "title": "Show the structure of a DET object",
      "topics": [
        "show.DETs"
      ]
    },
    {
      "page": "speaker",
      "title": "Data on a Speaker Recognition System (Voxceleb verification test)",
      "topics": [
        "speaker"
      ]
    }
  ],
  "_readme": "https://github.com/jmcurran/det/raw/HEAD/README.md",
  "_rundeps": [
    "codetools",
    "doParallel",
    "foreach",
    "iterators",
    "pROC",
    "Rcpp"
  ],
  "_score": 4.021189299069938,
  "_indexed": true,
  "_nocasepkg": "det",
  "_universes": [
    "jmcurran",
    "alvaro85gr"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "3.0.1",
      "date": "2026-05-26T08:37:36.000Z",
      "distro": "noble",
      "commit": "fc138372860b2e1bacdce920821823236714a3dc",
      "fileid": "4fb4817fab0077990f863209efd3ef64e6211a824e3ced9dde0f2527d2581484",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/26441497097"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "3.0.1",
      "date": "2026-05-26T08:37:26.000Z",
      "distro": "noble",
      "commit": "fc138372860b2e1bacdce920821823236714a3dc",
      "fileid": "98fd73c0e3dc505c1375e9b727c5742fb3d563f612ca7c06877371554db51ca3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/26441497097"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "3.0.1",
      "date": "2026-05-26T08:37:01.000Z",
      "commit": "fc138372860b2e1bacdce920821823236714a3dc",
      "fileid": "b7464731109d2ea60c7ee20182dbde7407a8d3440140490eee1d99a94e4fd964",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/26441497097"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "3.0.1",
      "date": "2026-05-26T08:37:30.000Z",
      "commit": "fc138372860b2e1bacdce920821823236714a3dc",
      "fileid": "39515ea2cc177aa3260fccd1e4d67e4fc60a42da89f585805e81f4f2bdf9af19",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/26441497097"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "3.0.1",
      "date": "2026-05-26T08:37:31.000Z",
      "commit": "fc138372860b2e1bacdce920821823236714a3dc",
      "fileid": "219b45717aa2694189a245c58122012326e7f9dd03e4e22b35aefc86b886c122",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/26441497097"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "3.0.1",
      "date": "2026-05-26T08:36:53.000Z",
      "commit": "fc138372860b2e1bacdce920821823236714a3dc",
      "fileid": "252e3846a97e4f2815d95d6b70198eedf9cff971fd611d18dc3651826723c58b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/26441497097"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "3.0.1",
      "date": "2026-05-26T08:36:47.000Z",
      "commit": "fc138372860b2e1bacdce920821823236714a3dc",
      "fileid": "89150c995e5630feaf6c5e6d514b2a410c7071e060397ea5390d47a89f71af52",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/26441497097"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "3.0.1",
      "date": "2026-05-26T08:36:54.000Z",
      "commit": "fc138372860b2e1bacdce920821823236714a3dc",
      "fileid": "4ee5f2772e6f12b7c26b99cec59e4b1e2ae44c3f460a65d09558f671f1c0f702",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jmcurran/actions/runs/26441497097"
    }
  ]
}