swh:1:snp:48ea8a6d6519f1b1cb458bbc692eef758fbe018a
Raw File
Tip revision: 0a57dc7a2c4ab8e3ea4e4e452e64a2a0c0bf1691 authored by Takaya Saito on 02 February 2021, 09:50:03 UTC
version 0.12.1
Tip revision: 0a57dc7
DESCRIPTION
Package: precrec
Type: Package
Title: Calculate Accurate Precision-Recall and ROC (Receiver Operator
        Characteristics) Curves
Version: 0.12.1
Date: 2021-02-01
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: https://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),
        withr (>= 2.3.0)
RoxygenNote: 7.1.1
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2021-02-01 21:02:42 UTC; a21379
Author: Takaya Saito [aut, cre],
  Marc Rehmsmeier [aut]
Maintainer: Takaya Saito <takaya.saito@outlook.com>
Repository: CRAN
Date/Publication: 2021-02-02 10:50:03 UTC
back to top