Package: prcbench
Type: Package
Title: Testing Workbench for Precision-Recall Curves
Version: 0.8
Date: 2019-03-04
Authors@R: c(
    person("Takaya", "Saito", email = "takaya.saito@outlook.com", role = c("aut", "cre")),
    person("Marc", "Rehmsmeier", email = "marc.rehmsmeier@ii.uib.no", role = c("aut")))
Description: A testing workbench for evaluating precision-recall curves under various conditions.
URL: http://takayasaito.github.io/prcbench/,
        https://github.com/takayasaito/prcbench
BugReports: https://github.com/takayasaito/prcbench/issues
Depends: R (>= 3.2.3)
License: GPL-3
LazyData: TRUE
Imports: ROCR (>= 1.0-7), PRROC (>= 1.1), precrec (>= 0.1), rJava (>=
        0.9-7), R6 (>= 2.1.1), assertthat (>= 0.1), grid, gridExtra (>=
        2.0.0), graphics, ggplot2 (>= 2.1.0), methods, memoise (>=
        1.0.0)
RoxygenNote: 6.1.1
Encoding: UTF-8
Suggests: microbenchmark (>= 1.4-2.1), PerfMeas (>= 1.2.1), testthat
        (>= 0.11.0), knitr (>= 1.11), rmarkdown (>= 0.8.1)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-03-05 10:30:13 UTC; a21379
Author: Takaya Saito [aut, cre],
  Marc Rehmsmeier [aut]
Maintainer: Takaya Saito <takaya.saito@outlook.com>
Repository: CRAN
Date/Publication: 2019-03-05 12:50:03 UTC
