Changes in version 1.1.10 (2025-05-14) - Stop using unsigned int as index in Rcpp Changes in version 1.1.8 (2023-03-12) - Use new R setup configurations of GitHub actions Changes in version 1.1.3 - Use patchwork to combine multiple ggplots - Use styler and lintr to reformat R source files - Improve readme and introduction Changes in version 1.1.2 - Update package sticker and favicons Changes in version 1.1.1 (2022-08-23) - Use const unsigned int for index variable in PermMeas Rcpp code Changes in version 1.1.0 - Port precision-recall calculation from obsolete PerfMeas package to internal RCpp - HTML5 documents Changes in version 1.0.1 (2021-04-07) - Update citation Changes in version 1.0.0 - Transfer the GitHub repository to evalclass/prcbench Changes in version 0.9.1 (2021-01-07) - Update Travis configurations for rJava Changes in version 0.9 - Improve code quality using the results from lintr and CodeFactor.io Changes in version 0.8.2 (2020-03-26) - Avoid data.frame() factor conversion in unit tests Changes in version 0.8 (2019-03-05) - Fix hard-coded JAR file path issue Changes in version 0.7.3 (2017-04-20) - Update curve evaluation for PRROC version 1.2 Changes in version 0.6.2 (2016-11-22) - Create github pages with pkgdown Changes in version 0.5.2 (2016-10-11) - Update README - Update wrapper functions so that prcbench works when PerfMeas is not available Changes in version 0.5 - Change predefined C3 data - Update AppVeyor config for rJava Changes in version 0.4 - Enhance create_usrtool - x and y values can be specified as precalculated precision and recall - Add a new test set - C4 - Add test categories to curve evaluation test result - Improve graph options Changes in version 0.3 - Improve the testing environment - unit tests - codecov - Change Java version - 1.7 -> 1.6 Changes in version 0.2 - Fix microbenchmark - Change from 'Imports' to 'Suggests' - Use system time when microbenchmark is unavailable - Improve several documents - help files (.Rd) - package vignette - README Changes in version 0.1 - The first release version of prcbench - The package offers four main functions - Common tool interface for multiple tools - Common test data interface for benchmarking and curve evaluation - Benchmarking of tools that generate Precision-Recall curves - Evaluation of Precision-Recall curves - The package contains predefined interfaces of the following five tool - ROCR - AUCCalculator - PerfMeas - PRROC - precrec