{
  "_id": "6a1f1fa0b401979e734201c6",
  "Package": "mccf1",
  "Title": "Creates the MCC-F1 Curve and Calculates the MCC-F1 Metric and\nthe Best Threshold",
  "Version": "1.1",
  "Date": "2019-11-11",
  "Authors@R": "c(person(\"Chang\", \"Cao\", role = c(\"aut\", \"cre\"),\nemail = \"kirin.cao@mail.utoronto.ca\"),\nperson(\"Michael\", \"Hoffman\", role = \"aut\", email = \"michael.hoffman@utoronto.ca\"),\nperson(\"Davide\", \"Chicco\", role = \"aut\",\nemail = \"davide.chicco@gmail.com\"))",
  "Maintainer": "Chang Cao <kirin.cao@mail.utoronto.ca>",
  "Description": "The MCC-F1 analysis is a method to evaluate the\nperformance of binary classifications. The MCC-F1 curve is more\nreliable than the Receiver Operating Characteristic (ROC) curve\nand the Precision-Recall (PR)curve under imbalanced ground\ntruth. The MCC-F1 analysis also provides the MCC-F1 metric that\nintegrates classifier performance over varying thresholds, and\nthe best threshold of binary classification.",
  "License": "GPL (>= 2)",
  "URL": "https://bitbucket.org/hoffmanlab/mccf1/",
  "BugReports": "https://stackoverflow.com/questions/tagged/mccf1",
  "RoxygenNote": "6.0.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-16 08:03:41 UTC",
    "User": "root"
  },
  "Author": "Chang Cao [aut, cre], Michael Hoffman [aut], Davide Chicco\n[aut]",
  "Repository": "https://kirin666.r-universe.dev",
  "Date/Publication": "2019-11-11 20:00:03 UTC",
  "RemoteUrl": "https://github.com/cran/mccf1",
  "RemoteRef": "HEAD",
  "RemoteSha": "1de30c1b8f3466e7813b1e7e2499e8eb1d3bfdc9",
  "MD5sum": "a8afe59c17e40932107f993bf176cf90",
  "_user": "kirin666",
  "_type": "src",
  "_file": "mccf1_1.1.tar.gz",
  "_fileid": "1bbf0dae34393f5c77b4df1745f763317692f4e92a886b12982ed46baa8f1ca5",
  "_filesize": 87057,
  "_sha256": "1bbf0dae34393f5c77b4df1745f763317692f4e92a886b12982ed46baa8f1ca5",
  "_created": "2026-05-16T08:03:41.000Z",
  "_published": "2026-06-02T18:23:28.377Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79142435729,
      "time": 115,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7031817982"
    },
    {
      "job": 79142436186,
      "time": 108,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031817261"
    },
    {
      "job": 79142436273,
      "time": 192,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7031825114"
    },
    {
      "job": 79142436109,
      "time": 219,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031821318"
    },
    {
      "job": 79142435653,
      "time": 167,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031806055"
    },
    {
      "job": 79142435416,
      "time": 95,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7366346812"
    },
    {
      "job": 79142435720,
      "time": 81,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7031814503"
    },
    {
      "job": 79142436312,
      "time": 67,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7031813171"
    },
    {
      "job": 79142436669,
      "time": 77,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7031814063"
    }
  ],
  "_buildurl": "https://github.com/r-universe/kirin666/actions/runs/25956800100",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/mccf1",
  "_commit": {
    "id": "1de30c1b8f3466e7813b1e7e2499e8eb1d3bfdc9",
    "author": "Chang Cao <kirin.cao@mail.utoronto.ca>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.1\n",
    "time": 1573502403
  },
  "_maintainer": {
    "name": "Chang Cao",
    "email": "kirin.cao@mail.utoronto.ca",
    "login": "kirin666",
    "uuid": 37270973
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3.3",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "role": "Depends"
    },
    {
      "package": "ROCR",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "kirin666",
      "count": 2,
      "uuid": 37270973
    }
  ],
  "_userbio": {
    "uuid": 37270973,
    "type": "user",
    "name": "Kirin666"
  },
  "_downloads": {
    "count": 193,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/mccf1"
  },
  "_devurl": "https://bitbucket.org/hoffmanlab/mccf1",
  "_searchresults": 41,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/mccf1.html",
    "manual.pdf"
  ],
  "_realowner": "kirin666",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2018-08-13"
    },
    {
      "version": "1.1",
      "date": "2019-11-11"
    }
  ],
  "_exports": [
    "mccf1"
  ],
  "_help": [
    {
      "page": "autoplot.mccf1",
      "title": "Plot the MCC-F1 curve",
      "topics": [
        "autoplot.mccf1"
      ]
    },
    {
      "page": "mccf1",
      "title": "Perform MCCF1 analysis",
      "topics": [
        "mccf1"
      ]
    },
    {
      "page": "summary.mccf1",
      "title": "Summarize the the performance of a binary classification using MCC-F1 metric and the best threshold",
      "topics": [
        "summary.mccf1"
      ]
    }
  ],
  "_rundeps": [
    "bitops",
    "caTools",
    "cli",
    "cpp11",
    "farver",
    "ggplot2",
    "glue",
    "gplots",
    "gtable",
    "gtools",
    "isoband",
    "KernSmooth",
    "labeling",
    "lifecycle",
    "R6",
    "RColorBrewer",
    "rlang",
    "ROCR",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 1.6127838567197355,
  "_indexed": true,
  "_nocasepkg": "mccf1",
  "_universes": [
    "kirin666",
    "bitbucket-hoffmanlab"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1",
      "date": "2026-05-16T08:05:34.000Z",
      "distro": "noble",
      "commit": "1de30c1b8f3466e7813b1e7e2499e8eb1d3bfdc9",
      "fileid": "029320d4fd6ba49d45060daedf8667e8a0bd1966b63bd154dd077c8b4403308b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kirin666/actions/runs/25956800100"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1",
      "date": "2026-05-16T08:05:27.000Z",
      "distro": "noble",
      "commit": "1de30c1b8f3466e7813b1e7e2499e8eb1d3bfdc9",
      "fileid": "11a93aff98c04dd6de7d1974c7777ece1b159e4f4930746b97ac19e80ac1b534",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kirin666/actions/runs/25956800100"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1",
      "date": "2026-05-16T08:06:49.000Z",
      "commit": "1de30c1b8f3466e7813b1e7e2499e8eb1d3bfdc9",
      "fileid": "b70aba96451678e04187c6e0a99c81b8acbbc564db54cc92320f89ca7a0276d9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kirin666/actions/runs/25956800100"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1",
      "date": "2026-05-16T08:06:09.000Z",
      "commit": "1de30c1b8f3466e7813b1e7e2499e8eb1d3bfdc9",
      "fileid": "c84100c37f7501fdd429ed8598c20e22ff202e9cb52207b6863809698e62420a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kirin666/actions/runs/25956800100"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1",
      "date": "2026-05-16T08:04:56.000Z",
      "commit": "1de30c1b8f3466e7813b1e7e2499e8eb1d3bfdc9",
      "fileid": "a606ef0b5beb5cbead83183065134ab53315b7a1844a1642dd1a604c37886c0b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kirin666/actions/runs/25956800100"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1",
      "date": "2026-05-16T08:04:44.000Z",
      "commit": "1de30c1b8f3466e7813b1e7e2499e8eb1d3bfdc9",
      "fileid": "5a972550cde4ea730b23a1ca2c7a854c88498a27158218ea2f2d5d9742326f48",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kirin666/actions/runs/25956800100"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1",
      "date": "2026-05-16T08:04:53.000Z",
      "commit": "1de30c1b8f3466e7813b1e7e2499e8eb1d3bfdc9",
      "fileid": "43a7b3376bcad3b91b0db5de24ee4d3cb75237c815fc5b377b547e05c06fcbea",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kirin666/actions/runs/25956800100"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1",
      "date": "2026-06-02T18:23:11.000Z",
      "commit": "1de30c1b8f3466e7813b1e7e2499e8eb1d3bfdc9",
      "fileid": "bd1b99940a20d23c23f1e6e9870f9026f1f02df52ea7c8e8a6603bf5a6f91a24",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kirin666/actions/runs/25956800100"
    }
  ]
}