Package: ROCnGO Title: Fast Analysis of ROC Curves Version: 0.1.0.9000 Authors@R: c( person("Pablo", "Navarro", email = "pablo.navarrocarpio@gmail.com", role = c("aut", "cre", "cph")), person("Juana-María", "Vivo", role = c("aut")), person("Manuel", "Franco", role = c("aut"))) Description: A toolkit for analyzing classifier performance by using receiver operating characteristic (ROC) curves. Performance may be assessed on a single classifier or multiple ones simultaneously, making it suitable for comparisons. In addition, different metrics allow the evaluation of local performance when working within restricted ranges of sensitivity and specificity. For details on the different implementations, see McClish D. K. (1989) , Vivo J.-M., Franco M. and Vicari D. (2018) , Jiang Y., et al (1996) , Franco M. and Vivo J.-M. (2021) and Carrington, André M., et al (2020) . License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: cli, dplyr, forcats, ggplot2, magrittr, purrr, rlang, stringr, SummarizedExperiment, tibble, tidyr Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr URL: https://pablopnc.github.io/ROCnGO/, https://github.com/pabloPNC/ROCnGO Depends: R (>= 4.1.0) LazyData: true BugReports: https://github.com/pabloPNC/ROCnGO/issues Config/pak/sysreqs: libicu-dev zlib1g-dev Repository: https://pablopnc.r-universe.dev Date/Publication: 2026-05-18 10:46:39 UTC RemoteUrl: https://github.com/pablopnc/rocngo RemoteRef: HEAD RemoteSha: ca5f7485732793f27bffac8d5cc6e43071a79ae0 NeedsCompilation: no Packaged: 2026-06-17 07:06:23 UTC; root Author: Pablo Navarro [aut, cre, cph], Juana-María Vivo [aut], Manuel Franco [aut] Maintainer: Pablo Navarro