Revision eed164a18082bee67de7a227d5465c650525d9f9 authored by Takaya Saito on 09 January 2020, 21:50:02 UTC, committed by cran-robot on 09 January 2020, 21:50:02 UTC
1 parent 487b03f
Raw File
DESCRIPTION
Package: precrec
Type: Package
Title: Calculate Accurate Precision-Recall and ROC (Receiver Operator
        Characteristics) Curves
Version: 0.11
Date: 2020-01-09
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
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.0.2
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-01-09 17:26:44 UTC; a21379
Author: Takaya Saito [aut, cre],
  Marc Rehmsmeier [aut]
Maintainer: Takaya Saito <takaya.saito@outlook.com>
Repository: CRAN
Date/Publication: 2020-01-09 22:50:02 UTC
back to top