[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28089] [PATCH 03/29] gnu: Add r-auc.
From: |
Ricardo Wurmus |
Subject: |
[bug#28089] [PATCH 03/29] gnu: Add r-auc. |
Date: |
Mon, 14 Aug 2017 22:56:45 +0200 |
* gnu/packages/cran.scm (r-auc): New variable.
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index feae80111..c874ff880 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -148,3 +148,27 @@ where the bound function accepts additional arguments.")
"This package provides an easy way to fill an environment with active
bindings that call a C++ function.")
(license license:expat)))
+
+(define-public r-auc
+ (package
+ (name "r-auc")
+ (version "0.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "AUC" version))
+ (sha256
+ (base32
+ "0ripcib2qz0m7rgr1kiz68nx8f6p408l1ww7j78ljqik7p3g41g7"))))
+ (properties `((upstream-name . "AUC")))
+ (build-system r-build-system)
+ (home-page "http://cran.r-project.org/web/packages/AUC")
+ (synopsis "Compute the area under the curve of selected measures")
+ (description
+ "This package includes functions to compute the area under the curve of
+selected measures: the area under the sensitivity curve (AUSEC), the area
+under the specificity curve (AUSPC), the area under the accuracy
+curve (AUACC), and the area under the receiver operating characteristic
+curve (AUROC). The curves can also be visualized. Support for partial areas
+is provided.")
+ (license license:gpl2+)))
--
2.13.3
- [bug#28089] [PATCH 00/29] More R packages., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 01/29] gnu: Add r-interactivedisplaybase., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 03/29] gnu: Add r-auc.,
Ricardo Wurmus <=
- [bug#28089] [PATCH 07/29] gnu: Add r-circlize., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 04/29] gnu: Add r-calibrate., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 06/29] gnu: Add r-globaloptions., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 08/29] gnu: Add r-powerlaw., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 09/29] gnu: Add r-png., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 02/29] gnu: Add r-annotationhub., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 10/29] gnu: Add r-compare., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 13/29] gnu: Add r-fastmatch., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 05/29] gnu: Add r-shape., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 12/29] gnu: Add r-getoptlong., Ricardo Wurmus, 2017/08/14