Package: prcbench Type: Package Title: Testing Workbench for Precision-Recall Curves Version: 1.1.10 Date: 2025-05-14 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: A testing workbench to evaluate tools that calculate precision-recall curves. Saito and Rehmsmeier (2015) . URL: https://evalclass.github.io/prcbench/, https://github.com/evalclass/prcbench BugReports: https://github.com/evalclass/prcbench/issues Depends: R (>= 3.2.3) License: GPL-3 Language: en-US LazyData: TRUE LinkingTo: Rcpp Imports: Rcpp (>= 1.0.9), R6 (>= 2.1.1), assertthat (>= 0.1), grid, gridExtra (>= 2.0.0), graphics, ggplot2 (>= 2.1.0), methods, memoise (>= 1.0.0), ROCR (>= 1.0-7), PRROC (>= 1.1), precrec (>= 0.1) RoxygenNote: 7.3.2 Encoding: UTF-8 Suggests: microbenchmark (>= 1.4-2.1), rJava (>= 0.9-7), testthat (>= 0.11.0), knitr (>= 1.11), rmarkdown (>= 0.8.1), vdiffr (>= 1.0.0), patchwork (>= 1.1.2) VignetteBuilder: knitr Repository: https://evalclass.r-universe.dev Date/Publication: 2025-05-14 16:46:03 UTC RemoteUrl: https://github.com/evalclass/prcbench RemoteRef: HEAD RemoteSha: 0274c846b5bbb48817e265c61c4295ac4e5e4bdb NeedsCompilation: yes Packaged: 2026-06-09 09:15:22 UTC; root Author: Takaya Saito [aut, cre] (ORCID: ), Marc Rehmsmeier [aut] (ORCID: ) Maintainer: Takaya Saito