Package: precrec Type: Package Title: Calculate Accurate Precision-Recall and ROC (Receiver Operator Characteristics) Curves Version: 0.14.5 Date: 2025-05-15 Authors@R: c( person("Takaya", "Saito", email = "takaya.saito@outlook.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0154-8452")), person("Marc", "Rehmsmeier", email = "marc.rehmsmeier@ii.uib.no", role = c("aut"), comment = c(ORCID = "0000-0002-5021-7721"))) Description: Accurate calculations and visualization of precision-recall and ROC (Receiver Operator Characteristics) curves. Saito and Rehmsmeier (2015) . URL: https://github.com/evalclass/precrec BugReports: https://github.com/evalclass/precrec/issues Depends: R (>= 3.2.1) License: GPL-3 Language: en-US LazyData: TRUE Suggests: testthat (>= 3.0.0), knitr (>= 1.11), rmarkdown (>= 2.0), vdiffr (>= 1.0.0), patchwork (>= 1.1.2) LinkingTo: Rcpp Imports: Rcpp (>= 1.0.0), ggplot2 (>= 3.0.0), assertthat (>= 0.2), grid, gridExtra (>= 2.0.0), methods, data.table (>= 1.10.4), withr (>= 2.3.0), graphics (>= 4.0.0), rlang (>= 1.0.0) RoxygenNote: 7.3.2 Encoding: UTF-8 VignetteBuilder: knitr Repository: https://evalclass.r-universe.dev Date/Publication: 2025-05-15 12:46:33 UTC RemoteUrl: https://github.com/evalclass/precrec RemoteRef: HEAD RemoteSha: e5e932db4520876effe6a418a4dadc678f473513 NeedsCompilation: yes Packaged: 2026-06-24 13:01:52 UTC; root Author: Takaya Saito [aut, cre] (ORCID: ), Marc Rehmsmeier [aut] (ORCID: ) Maintainer: Takaya Saito