swh:1:snp:48ea8a6d6519f1b1cb458bbc692eef758fbe018a
Raw File
Tip revision: 6b8f717d41dbe9c66bb92a6174fb88653924fd4f authored by Takaya Saito on 12 March 2023, 09:00:15 UTC
version 0.14.2
Tip revision: 6b8f717
DESCRIPTION
Package: precrec
Type: Package
Title: Calculate Accurate Precision-Recall and ROC (Receiver Operator
        Characteristics) Curves
Version: 0.14.2
Date: 2023-03-11
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: Accurate calculations and visualization of precision-recall and ROC (Receiver Operator Characteristics)
    curves. Saito and Rehmsmeier (2015) <doi:10.1371/journal.pone.0118432>.
URL: https://github.com/evalclass/precrec
BugReports: https://github.com/evalclass/precrec/issues
Depends: R (>= 3.2.1)
License: GPL-3
Language: en-US
LazyData: TRUE
Suggests: testthat (>= 3.0.0), knitr (>= 1.11), rmarkdown (>= 2.0),
        vdiffr (>= 1.0.0), patchwork (>= 1.1.2)
LinkingTo: Rcpp
Imports: Rcpp (>= 1.0.0), ggplot2 (>= 3.0.0), assertthat (>= 0.2),
        grid, gridExtra (>= 2.0.0), methods, data.table (>= 1.10.4),
        withr (>= 2.3.0), graphics (>= 4.0.0), rlang (>= 1.0.0)
RoxygenNote: 7.2.3
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2023-03-12 00:38:52 UTC; takaya
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: 2023-03-12 10:00:15 UTC
back to top