Package: precrec
Type: Package
Title: Calculate Accurate Precision-Recall and ROC (Receiver Operator
        Characteristics) Curves
Version: 0.24.0
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: Accurate calculations and visualization of precision-recall and ROC (Receiver Operator Characteristics)
    curves. Saito and Rehmsmeier (2015) <doi:10.1371/journal.pone.0118432>.
URL: https://github.com/evalclass/precrec,
        https://evalclass.github.io/precrec/
BugReports: https://github.com/evalclass/precrec/issues
Depends: R (>= 4.1)
License: GPL-3
Language: en-US
LazyData: TRUE
Suggests: testthat (>= 3.0.0), knitr (>= 1.11), rmarkdown (>= 2.0),
        patchwork (>= 1.1.2), spelling (>= 2.2)
LinkingTo: Rcpp
Imports: Rcpp (>= 1.0.0), ggplot2 (>= 3.0.0), checkmate (>= 2.0.0), cli
        (>= 3.4.0), grid, gridExtra (>= 2.0.0), methods, data.table (>=
        1.10.4), withr (>= 2.3.0), graphics (>= 4.0.0), rlang (>=
        1.0.0), stats, utils
Encoding: UTF-8
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/roxygen2/version: 8.0.0
NeedsCompilation: yes
Packaged: 2026-09-14 21:22:59 UTC; takaya
Author: Takaya Saito [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-0154-8452>),
  Marc Rehmsmeier [aut] (ORCID: <https://orcid.org/0000-0002-5021-7721>)
Maintainer: Takaya Saito <takaya.saito@outlook.com>
Repository: CRAN
Date/Publication: 2026-09-15 11:40:02 UTC
Built: R 4.7.0; x86_64-w64-mingw32; 2026-09-17 04:01:30 UTC; windows
Archs: x64
