Package: RobustMetrics
Type: Package
Title: Calculates Robust Performance Metrics for Imbalanced
        Classification Problems
Version: 1.0.0
Authors@R: c(
    person("Bernhard", "Klar ", , "bernhard.klar@kit.edu", role = c("aut", "cre")),
    person("Hajo", "Holzmann", , "holzmann@mathematik.uni-marburg.de", role = c("aut"))
    )
Maintainer: Bernhard Klar <bernhard.klar@kit.edu>
Description: Calculates robust Matthews Correlation Coefficient (MCC), Cohen's Kappa, and robust F-Beta Scores, as introduced by Holzmann and Klar (2026) <doi:10.48550/arXiv.2404.07661>.
    These performance metrics are designed for imbalanced classification problems.
    Plots the receiver operating characteristic curve (ROC curve) together with the recall / 1-precision curve.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/BernhardKlar/RobustMetrics
BugReports: https://github.com/BernhardKlar/RobustMetrics/issues
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-08-21 09:52:03 UTC; Klar
Author: Bernhard Klar [aut, cre],
  Hajo Holzmann [aut]
Repository: CRAN
Date/Publication: 2026-08-21 10:40:09 UTC
Built: R 4.6.1; ; 2026-08-21 14:34:15 UTC; unix
