{
  "_id": "6a10a9a7acfb0bcc41cbed94",
  "Package": "plotROC",
  "Type": "Package",
  "Title": "Generate Useful ROC Curve Charts for Print and Interactive Use",
  "Version": "2.3.3",
  "Date": "2025-08-22",
  "Authors@R": "c(person(\"Michael C.\", \"Sachs\", role = c(\"aut\", \"cre\"),\nemail = \"sachsmc@gmail.com\"),\nperson(\"Robert W.\", \"Corty\", role = \"ctb\",\nemail = \"rcorty@gmail.com\"),\nperson(\"Luis Crouch\", role = \"ctb\",\ncomment = \"Modification to calc_auc\"))",
  "Maintainer": "Michael C. Sachs <sachsmc@gmail.com>",
  "Description": "Most ROC curve plots obscure the cutoff values and inhibit\ninterpretation and comparison of multiple curves. This attempts\nto address those shortcomings by providing plotting and\ninteractive tools. Functions are provided to generate an\ninteractive ROC curve plot for web use, and print versions. A\nShiny application implementing the functions is also included.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "URL": "https://sachsmc.github.io/plotROC/",
  "BugReports": "https://github.com/sachsmc/plotROC/issues/",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.2",
  "Config/pak/sysreqs": "cmake make libuv1-dev libxml2-dev zlib1g-dev",
  "Repository": "https://sachsmc.r-universe.dev",
  "Date/Publication": "2025-08-25 11:00:29 UTC",
  "RemoteUrl": "https://github.com/sachsmc/plotROC",
  "RemoteRef": "HEAD",
  "RemoteSha": "85ffe4d8e521d0e05fcb8e9ff1d011d07656cbbf",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-22 18:52:19 UTC",
    "User": "root"
  },
  "Author": "Michael C. Sachs [aut, cre],\nRobert W. Corty [ctb],\nLuis Crouch [ctb] (Modification to calc_auc)",
  "MD5sum": "61067ce6a05a88221dc19434aa3bb234",
  "_user": "sachsmc",
  "_type": "src",
  "_file": "plotROC_2.3.3.tar.gz",
  "_fileid": "94408b7cb5b72a2488969102f219d6eac6160539791eaff0e511f18044c9050a",
  "_filesize": 2982965,
  "_sha256": "94408b7cb5b72a2488969102f219d6eac6160539791eaff0e511f18044c9050a",
  "_created": "2026-05-22T18:52:19.000Z",
  "_published": "2026-05-22T19:08:23.786Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77443349599,
      "time": 152,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7168193922"
    },
    {
      "job": 77443349597,
      "time": 147,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168197249"
    },
    {
      "job": 77443349578,
      "time": 97,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7168330327"
    },
    {
      "job": 77443349585,
      "time": 108,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168353631"
    },
    {
      "job": 77442763884,
      "time": 225,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168080048"
    },
    {
      "job": 77443349592,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168188298"
    },
    {
      "job": 77443349636,
      "time": 115,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7168185068"
    },
    {
      "job": 77443349603,
      "time": 139,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7168191911"
    },
    {
      "job": 77443349589,
      "time": 89,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168175236"
    }
  ],
  "_buildurl": "https://github.com/r-universe/sachsmc/actions/runs/26274356813",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/sachsmc/plotROC",
  "_commit": {
    "id": "85ffe4d8e521d0e05fcb8e9ff1d011d07656cbbf",
    "author": "Michael Sachs <sachsmc@gmail.com>",
    "committer": "Michael Sachs <sachsmc@gmail.com>",
    "message": "rebuild and release\n",
    "time": 1756119629
  },
  "_maintainer": {
    "name": "Michael C. Sachs",
    "email": "sachsmc@gmail.com",
    "login": "sachsmc",
    "linkedin": "in/michael-sachs-09324659",
    "description": "",
    "uuid": 5464185
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "gridSVG",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "role": "Imports"
    },
    {
      "package": "plyr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "stringr",
      "role": "Suggests"
    },
    {
      "package": "survivalROC",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "sachsmc",
  "_selfowned": true,
  "_usedby": 6,
  "_updates": [
    {
      "week": "2025-26",
      "n": 1
    },
    {
      "week": "2025-27",
      "n": 2
    },
    {
      "week": "2025-35",
      "n": 5
    }
  ],
  "_tags": [],
  "_stars": 88,
  "_contributors": [
    {
      "user": "sachsmc",
      "count": 114,
      "uuid": 5464185
    },
    {
      "user": "rcorty",
      "count": 11,
      "uuid": 718555
    },
    {
      "user": "simeonplatte",
      "count": 2,
      "uuid": 80696270
    },
    {
      "user": "mjakubczak",
      "count": 1,
      "uuid": 29655451
    }
  ],
  "_userbio": {
    "uuid": 5464185,
    "type": "user",
    "name": "Michael Sachs"
  },
  "_downloads": {
    "count": 3231,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/plotROC"
  },
  "_mentions": 59,
  "_devurl": "https://github.com/sachsmc/plotroc",
  "_pkgdown": "https://sachsmc.github.io/plotROC/",
  "_searchresults": 1664,
  "_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/plotROC.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/sachsmc/plotroc",
  "_realowner": "sachsmc",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.2",
      "date": "2014-11-13"
    },
    {
      "version": "1.3",
      "date": "2015-01-27"
    },
    {
      "version": "1.3.3",
      "date": "2015-03-16"
    },
    {
      "version": "2.0.0",
      "date": "2015-12-22"
    },
    {
      "version": "2.0.1",
      "date": "2016-02-05"
    },
    {
      "version": "2.2.0",
      "date": "2017-08-09"
    },
    {
      "version": "2.2.1",
      "date": "2018-06-23"
    },
    {
      "version": "2.3.0",
      "date": "2022-05-26"
    },
    {
      "version": "2.3.1",
      "date": "2023-10-06"
    },
    {
      "version": "2.3.3",
      "date": "2025-08-25"
    }
  ],
  "_exports": [
    "calc_auc",
    "calculate_multi_roc",
    "calculate_roc",
    "direct_label",
    "export_interactive_roc",
    "geom_roc",
    "geom_rocci",
    "GeomRoc",
    "GeomRocci",
    "ggroc",
    "melt_roc",
    "multi_ggroc",
    "plot_interactive_roc",
    "plot_journal_roc",
    "shiny_plotROC",
    "stat_roc",
    "stat_rocci",
    "StatRoc",
    "StatRocci",
    "style_roc",
    "verify_d"
  ],
  "_help": [
    {
      "page": "calc_auc",
      "title": "Calculate the Area under the ROC curve",
      "topics": [
        "calc_auc"
      ]
    },
    {
      "page": "calculate_multi_roc",
      "title": "Calculate the Empirical ROC curves for multiple biomarkers",
      "topics": [
        "calculate_multi_roc"
      ]
    },
    {
      "page": "calculate_roc",
      "title": "Calculate the Empirical ROC curve",
      "topics": [
        "calculate_roc"
      ]
    },
    {
      "page": "direct_label",
      "title": "Add direct labels to a ROC plot",
      "topics": [
        "direct_label"
      ]
    },
    {
      "page": "export_interactive_roc",
      "title": "Generate svg code for an ROC curve object",
      "topics": [
        "export_interactive_roc"
      ]
    },
    {
      "page": "geom_rocci",
      "title": "Confidence regions for the ROC curve",
      "topics": [
        "GeomRocci",
        "geom_rocci"
      ]
    },
    {
      "page": "geom_roc",
      "title": "Empirical Receiver Operating Characteristic Curve",
      "topics": [
        "GeomRoc",
        "geom_roc"
      ]
    },
    {
      "page": "getD3",
      "title": "Reads included JavaScript functions and returns them as a string for pasting into a webpage",
      "topics": [
        "getD3"
      ]
    },
    {
      "page": "ggroc",
      "title": "Plot an ROC curve",
      "topics": [
        "ggroc"
      ]
    },
    {
      "page": "melt_roc",
      "title": "Transform biomarkers stored as wide to long",
      "topics": [
        "melt_roc"
      ]
    },
    {
      "page": "multi_ggroc",
      "title": "Plot multiple ROC curves",
      "topics": [
        "multi_ggroc"
      ]
    },
    {
      "page": "plot_interactive_roc",
      "title": "Generate a standalone html document displaying an interactive ROC curve",
      "topics": [
        "plot_interactive_roc"
      ]
    },
    {
      "page": "plot_journal_roc",
      "title": "Plot an ROC curve for use in print",
      "topics": [
        "plot_journal_roc"
      ]
    },
    {
      "page": "plotROC",
      "title": "Tools for plotting ROC Curves",
      "topics": [
        "plotROC-package",
        "plotROC"
      ]
    },
    {
      "page": "roc_key",
      "title": "Key for ROC geom",
      "topics": [
        "roc_key"
      ]
    },
    {
      "page": "shiny_plotROC",
      "title": "Start the plotROC Shiny app",
      "topics": [
        "shiny_plotROC"
      ]
    },
    {
      "page": "stat_roc",
      "title": "Calculate the empirical Receiver Operating Characteristic curve",
      "topics": [
        "StatRoc",
        "stat_roc"
      ]
    },
    {
      "page": "stat_rocci",
      "title": "Calculate confidence regions for the empirical ROC curve",
      "topics": [
        "StatRocci",
        "stat_rocci"
      ]
    },
    {
      "page": "style_roc",
      "title": "Add guides and annotations to a ROC plot",
      "topics": [
        "style_roc"
      ]
    },
    {
      "page": "verify_d",
      "title": "Check that D is suitable for using as binary disease status",
      "topics": [
        "verify_d"
      ]
    }
  ],
  "_readme": "https://github.com/sachsmc/plotROC/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "commonmark",
    "cpp11",
    "digest",
    "farver",
    "fastmap",
    "fontawesome",
    "fs",
    "ggplot2",
    "glue",
    "gridSVG",
    "gtable",
    "htmltools",
    "httpuv",
    "isoband",
    "jquerylib",
    "jsonlite",
    "labeling",
    "later",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "otel",
    "plyr",
    "promises",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "S7",
    "sass",
    "scales",
    "shiny",
    "sourcetools",
    "vctrs",
    "viridisLite",
    "withr",
    "XML",
    "xtable"
  ],
  "_vignettes": [
    {
      "source": "examples.Rmd",
      "filename": "examples.html",
      "title": "Generate ROC Curve Charts for Print and Interactive Use",
      "author": "Michael C Sachs",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "About ROC Curves",
        "Motivation",
        "Usage",
        "Shiny application",
        "Installation and loading",
        "Quick start",
        "Command line basic usage",
        "The Roc Geom",
        "Confidence regions and the Rocci Geom",
        "Interactive Plots",
        "Multiple ROC curves",
        "New Features",
        "AUC tables",
        "Custom labels and locations",
        "Increasing parameter",
        "Advanced options",
        "Themes and annotations",
        "Other estimation methods",
        "Acknowledgements"
      ],
      "created": "2014-11-12 17:44:25",
      "modified": "2023-11-21 10:42:22",
      "commits": 17
    }
  ],
  "_score": 11.583457971001167,
  "_indexed": true,
  "_nocasepkg": "plotroc",
  "_universes": [
    "sachsmc"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.3.3",
      "date": "2026-05-22T18:58:31.000Z",
      "distro": "noble",
      "commit": "85ffe4d8e521d0e05fcb8e9ff1d011d07656cbbf",
      "fileid": "a8e3e58f20748a8a4469d5846e599c9e41b2583ae6ec36103bf72dda5e94f2ee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sachsmc/actions/runs/26274356813"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.3.3",
      "date": "2026-05-22T18:58:44.000Z",
      "distro": "noble",
      "commit": "85ffe4d8e521d0e05fcb8e9ff1d011d07656cbbf",
      "fileid": "ca077098ab406e836e00ccb63aa1041d8bd5663a2bbe41c88a26661d90334050",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sachsmc/actions/runs/26274356813"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.3.3",
      "date": "2026-05-22T19:06:30.000Z",
      "commit": "85ffe4d8e521d0e05fcb8e9ff1d011d07656cbbf",
      "fileid": "442881ecb51d3532ec9cf1a58546bbf44bd9a437a9c659f446be08c4b37458e0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sachsmc/actions/runs/26274356813"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.3.3",
      "date": "2026-05-22T19:07:46.000Z",
      "commit": "85ffe4d8e521d0e05fcb8e9ff1d011d07656cbbf",
      "fileid": "3ba77a75b5766685f2ad3e5e30116e3167ad50087c22ab4e2d0f724321a1841a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sachsmc/actions/runs/26274356813"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.3.3",
      "date": "2026-05-22T18:58:40.000Z",
      "commit": "85ffe4d8e521d0e05fcb8e9ff1d011d07656cbbf",
      "fileid": "96f4067bf768536065e096d1f1ab13f77e8cb1d8535aac45ee8b49e23fa03f5e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/sachsmc/actions/runs/26274356813"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.3.3",
      "date": "2026-05-22T18:57:51.000Z",
      "commit": "85ffe4d8e521d0e05fcb8e9ff1d011d07656cbbf",
      "fileid": "bbbf98c7683cfa6367280aeb3040c7253162d093afa6657838ed35583e6e1a64",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sachsmc/actions/runs/26274356813"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.3.3",
      "date": "2026-05-22T18:57:31.000Z",
      "commit": "85ffe4d8e521d0e05fcb8e9ff1d011d07656cbbf",
      "fileid": "2d4ead89d89213d70c2e78e8fa02638b7057e8429a71af1ababc3a622effe8f7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sachsmc/actions/runs/26274356813"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.3.3",
      "date": "2026-05-22T18:57:23.000Z",
      "commit": "85ffe4d8e521d0e05fcb8e9ff1d011d07656cbbf",
      "fileid": "d46243720c48f22576e8cedbf43c9f7e5b2c6d03b007bd6f68128aa836d727dd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sachsmc/actions/runs/26274356813"
    }
  ]
}