Skip to content

prcbench

Testing Workbench for Precision-Recall Curves

v1.1.10 · May 14, 2025 · GPL-3

Description

A testing workbench to evaluate tools that calculate precision-recall curves. Saito and Rehmsmeier (2015) <doi:10.1371/journal.pone.0118432>.

Downloads

674

Last 30 days

5297th

674

Last 90 days

674

Last year

CRAN Check Status

1 ERROR
13 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang ERROR
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (14 non-OK)
ERROR r-devel-linux-x86_64-debian-clang

tests

  Running ‘testthat.R’ [59s/93s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
  > #' @importFrom prcbench
  > 
  > library(testthat)
  > 
  > # test_check("prcbench", reporter=ProgressReporter)
  > test_check("prcbench")
  Loading required package: prcbench
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  Saving _problems/test_tool_tools-8.R
  Saving _problems/test_tool_tools-19.R
  Saving _problems/test_tool_tools-20.R
  Saving _problems/test_tool_tools-21.R
  Saving _problems/test_tool_tools-22.R
  Saving _problems/test_tool_tools-23.R
  Saving _problems/test_tool_tools-24.R
  Saving _problems/test_tool_tools-25.R
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [ FAIL 8 | WARN 0 | SKIP 2 | PASS 737 ]
  
  ══ Skipped tests (2) ═══════════════════════════════════════════════════════════
  • requireNamespace("rJava", quietly = TRUE) is not TRUE (2):
    'test_tool_auccalc.R:93:3', 'test_tool_auccalc.R:131:3'
  
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Failure ('test_tool_tools.R:8:3'): create_toolset: tool_names ───────────────
  Expected `create_toolset("AUCCalculator")` to run silently.
  Actual noise: output.
  ── Failure ('test_tool_tools.R:19:3'): create_toolset: set_names ───────────────
  Expected `create_toolset(set_names = "def5")` to run silently.
  Actual noise: output.
  ── Failure ('test_tool_tools.R:20:3'): create_toolset: set_names ───────────────
  Expected `create_toolset(set_names = "auc5")` to run silently.
  Actual noise: output.
  ── Failure ('test_tool_tools.R:21:3'): create_toolset: set_names ───────────────
  Expected `create_toolset(set_names = "crv5")` to run silently.
  Actual noise: output.
  ── Failure ('test_tool_tools.R:22:3'): create_toolset: set_names ───────────────
  Expected `create_toolset(set_names = "def4")` to run silently.
  Actual noise: output.
  ── Failure ('test_tool_tools.R:23:3'): create_toolset: set_names ───────────────
  Expected `create_toolset(set_names = "auc4")` to run silently.
  Actual noise: output.
  ── Failure ('test_tool_tools.R:24:3'): create_toolset: set_names ───────────────
  Expected `create_toolset(set_names = "crv4")` to run silently.
  Actual noise: output.
  ── Failure ('test_tool_tools.R:25:3'): create_toolset: set_names ───────────────
  Expected `create_toolset(set_names = c("auc5", "crv4"))` to run silently.
  Actual noise: output.
  
  [ FAIL 8 | WARN 0 | SKIP 2 | PASS 737 ]
  Error:
  ! Test failures.
  Execution halted
OK r-devel-linux-x86_64-debian-gcc

*


            
OK r-devel-linux-x86_64-fedora-clang

*


            
OK r-devel-linux-x86_64-fedora-gcc

*


            
OK r-devel-macos-arm64

*


            
OK r-devel-windows-x86_64

*


            
OK r-oldrel-macos-arm64

*


            
OK r-oldrel-macos-x86_64

*


            
OK r-oldrel-windows-x86_64

*


            
OK r-patched-linux-x86_64

*


            
OK r-release-linux-x86_64

*


            
OK r-release-macos-arm64

*


            
OK r-release-macos-x86_64

*


            
OK r-release-windows-x86_64

*


            

Check History

ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 9, 2026
ERROR r-devel-linux-x86_64-debian-clang

tests

  Running ‘testthat.R’ [59s/93s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
  > #' @importFrom prcbench
  > 
  > library(testthat)
  > 
  > # test_check("prcbench", reporter=ProgressReporter)
  > test_check("prcbench")
  Loading required package: prcbench
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available."
  [1] "rJava is not available.

Dependency Network

Dependencies Reverse dependencies Rcpp R6 assertthat gridExtra ggplot2 memoise ROCR PRROC precrec prcbench

Version History

new 1.1.10 Mar 9, 2026