-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: lightAUC
Type: Package
Title: Fast AUC Computation
Version: 0.1.2
Authors@R: c(person("Christos", "Adam", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0009-0003-3244-7034")))
Maintainer: Christos Adam <[email protected]>
Description: Fast calculation of Area Under Curve (AUC) metric of a
Receiver Operating Characteristic (ROC) curve, using the algorithm
of Fawcett (2006) <doi:10.1016/j.patrec.2005.10.010>. Therefore it
is appropriate for large-scale AUC metric calculations.
License: GPL-3
Imports: Rcpp (>= 1.0.13), RcppParallel (>= 5.1.9)
LinkingTo: Rcpp, RcppArmadillo, RcppParallel
Encoding: UTF-8
SystemRequirements: GNU make
Suggests:
Rfast,
Rfast2,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr, rmarkdown
Config/testthat/edition: 3
URL: https://github.com/cadam00/lightAUC, https://cadam00.github.io/lightAUC/
BugReports: https://github.com/cadam00/lightAUC/issues