Changes in version 0.14.5 (2025-05-15) - Restructure unit tests for svg comparisons with vdiff - Reformat signatures of S3 methods Changes in version 0.14.4 (2023-10-11) - Update unit tests to avoid is.atomic(NULL) issue - Update argument names of S3 functions to keep them consistent Changes in version 0.14.3 - Use new R setup configurations of GitHub actions Changes in version 0.14.2 (2023-03-12) - Update the signature of the fortify generic function Changes in version 0.14.0 - Use tidy aesthetics with aes() and sym() instead of aes_string() Changes in version 0.13.1 - Use patchwork to combine multiple plots instead of using grid and gridExtra - Test ggplot results with vdiffr Changes in version 0.12.9 (2022-03-10) - Fix another case of incorrect assignment of dsid_modnames Changes in version 0.12.8 (2022-01-31) - Fix incorrect dsid_modnames when data.frame is created by fortify() Changes in version 0.12.7 (2021-05-31) - Use STRICT_R_HEADER in Rcpp source files - Skip several unit tests on CRAN submission Changes in version 0.12.5 (2021-04-06) - Update citation Changes in version 0.12.4 - Transfer the GitHub repository to evalclass/precrec Changes in version 0.12.2 - Skip ggplot2 unit tests - Change default branch to main Changes in version 0.12.1 (2021-02-02) - Replace std::random_shuffle with a new function Changes in version 0.12 - Improve error messages when a data set includes only one class - Improve code quality using the results from lintr and CodeFactor.io Changes in version 0.11.2 (2020-05-28) - format_nfold function returns labels as integer even given as factor Changes in version 0.11.1 (2020-05-15) - Update test cases to treat c(factor) as factor since c(factor) does not return integer anymore Changes in version 0.11 (2020-01-09) - Add auc_ci function for CI calculation of AUC scores Changes in version 0.10.1 (2019-04-12) - Remove src/Makervars to keep .so file unstripped Changes in version 0.10 (2019-03-05) - Fix Rcpp header for STRICT_R_HEADERS - Strip symbols of .so file Changes in version 0.9.1 (2017-08-23) - Fix a bug with as.data.frame when multiple datasets given - Add format_nfold function to convert a dataframe with n-fold data to a list Changes in version 0.8 - Add 'aucroc' mode for fast AUC (ROC) - Change how to treat 'show_cb' and 'raw_curves' options Changes in version 0.7.1 (2017-04-07) - Add precrec_init.c to avoid CRAN warnings Changes in version 0.7 - Add reduce_points option to autoplot Changes in version 0.6.2 (2017-01-18) - Fix mdat print Changes in version 0.6.1 (2016-11-22) - Improve GitHub pages Changes in version 0.6 - Improve as.data.frame with Rcpp - Create GitHub pages with pkgdown Changes in version 0.5.2 (2016-10-11) - Update README Changes in version 0.5 - Add partial AUCs Changes in version 0.4 - Add new measures - Matthews correlation coefficient - F-score - New generic function - as.data.frame works on precrec S3 objects Changes in version 0.3 - Improved the testing environment - unit tests - codecov - Improved several documents Changes in version 0.2 - Improved several documents - several help files (.Rd) - package vignette - README Changes in version 0.1 - The first release version of precrec - The package offers five functions - evalmod - mmdata - join_scores - join_labels - create_sim_samples