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"), email = "sachsmc@gmail.com"), person("Robert W.", "Corty", role = "ctb", email = "rcorty@gmail.com"), person("Luis Crouch", role = "ctb", comment = "Modification to calc_auc")) Maintainer: Michael C. Sachs Description: Most ROC curve plots obscure the cutoff values and inhibit interpretation and comparison of multiple curves. This attempts to address those shortcomings by providing plotting and interactive tools. Functions are provided to generate an interactive ROC curve plot for web use, and print versions. A Shiny 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/ Depends: R (>= 3.0.0), ggplot2 Imports: methods, grid, gridSVG, shiny, plyr, rlang Suggests: knitr, testthat, stringr, survivalROC, rmarkdown 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: 2026-07-21 08:42:38 UTC; root Author: Michael C. Sachs [aut, cre], Robert W. Corty [ctb], Luis Crouch [ctb] (Modification to calc_auc)