Package: precrec
Type: Package
Title: Calculate Accurate Precision-Recall and ROC (Receiver Operator
        Characteristics) Curves
Version: 0.11.2
Date: 2020-05-28
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: Accurate calculations and visualization of precision-recall and ROC (Receiver Operator Characteristics)
    curves.
URL: http://takayasaito.github.io/precrec,
        https://github.com/takayasaito/precrec
BugReports: https://github.com/takayasaito/precrec/issues
Depends: R (>= 3.2.1)
License: GPL-3
Language: en-US
LazyData: TRUE
Suggests: testthat (>= 0.11.0), knitr (>= 1.11), rmarkdown (>= 0.8.1)
LinkingTo: Rcpp
Imports: Rcpp (>= 0.12.2), ggplot2 (>= 2.1.0), assertthat (>= 0.1),
        grid, gridExtra (>= 2.0.0), methods, data.table (>= 1.10.4)
RoxygenNote: 7.1.0
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-05-28 11:05:16 UTC; a21379
Author: Takaya Saito [aut, cre],
  Marc Rehmsmeier [aut]
Maintainer: Takaya Saito <takaya.saito@outlook.com>
Repository: CRAN
Date/Publication: 2020-05-28 12:20:02 UTC
Built: R 4.0.2; x86_64-w64-mingw32; 2020-08-02 15:18:43 UTC; windows
Archs: i386, x64
