Package: prcbench
Type: Package
Title: Testing Workbench for Precision-Recall Curves
Version: 1.0.2
Date: 2022-02-03
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: A testing workbench to evaluate tools that calculate precision-recall curves. 
    Saito and Rehmsmeier (2015) <doi:10.1371/journal.pone.0118432>.
URL: https://evalclass.github.io/prcbench/,
        https://github.com/evalclass/prcbench
BugReports: https://github.com/evalclass/prcbench/issues
Depends: R (>= 3.2.3)
License: GPL-3
Language: en-US
LazyData: TRUE
Imports: ROCR (>= 1.0-7), PRROC (>= 1.1), precrec (>= 0.1), R6 (>=
        2.1.1), assertthat (>= 0.1), grid, gridExtra (>= 2.0.0),
        graphics, ggplot2 (>= 2.1.0), methods, memoise (>= 1.0.0)
RoxygenNote: 7.1.1
Encoding: UTF-8
Suggests: microbenchmark (>= 1.4-2.1), PerfMeas (>= 1.2.1), rJava (>=
        0.9-7), testthat (>= 0.11.0), knitr (>= 1.11), rmarkdown (>=
        0.8.1)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-02-02 23:53:10 UTC; a21379
Author: Takaya Saito [aut, cre] (<https://orcid.org/0000-0002-0154-8452>),
  Marc Rehmsmeier [aut] (<https://orcid.org/0000-0002-5021-7721>)
Maintainer: Takaya Saito <takaya.saito@outlook.com>
Repository: CRAN
Date/Publication: 2022-02-03 07:40:14 UTC
Built: R 4.0.5; ; 2022-02-04 11:57:09 UTC; unix
