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 <sachsmc@gmail.com>
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
NeedsCompilation: no
Packaged: 2025-08-25 10:51:54 UTC; micsac
Author: Michael C. Sachs [aut, cre],
  Robert W. Corty [ctb],
  Luis Crouch [ctb] (Modification to calc_auc)
Repository: CRAN
Date/Publication: 2025-08-25 11:30:03 UTC
