[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: gnu: Add r-precrec.
From: |
guix-commits |
Subject: |
03/13: gnu: Add r-precrec. |
Date: |
Tue, 7 Sep 2021 08:11:48 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit afb697c1146ffb2d0adb2125bc1007a624216d8c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 7 12:48:29 2021 +0200
gnu: Add r-precrec.
* gnu/packages/cran.scm (r-precrec): New variable.
---
gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 455a42a..73e3b76 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9442,6 +9442,34 @@ Additional functions include: highlight signals, a group
of SNPs, chromosome
visualization and candidate genes around SNPs.")
(license license:gpl2+)))
+(define-public r-precrec
+ (package
+ (name "r-precrec")
+ (version "0.12.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "precrec" version))
+ (sha256
+ (base32
+ "0vwzaqnh9ymrm52dd79bihwqprnygz0d71ay8fv51hdw0zg6saya"))))
+ (properties `((upstream-name . "precrec")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-assertthat" ,r-assertthat)
+ ("r-data-table" ,r-data-table)
+ ("r-ggplot2" ,r-ggplot2)
+ ("r-gridextra" ,r-gridextra)
+ ("r-rcpp" ,r-rcpp)
+ ("r-withr" ,r-withr)))
+ (native-inputs `(("r-knitr" ,r-knitr)))
+ (home-page "https://evalclass.github.io/precrec/")
+ (synopsis "Calculate accurate precision-recall and ROC curves")
+ (description
+ "This package provides tools for accurate calculations and visualization
+of precision-recall and ROC (Receiver Operator Characteristics) curves.")
+ (license license:gpl3)))
+
(define-public r-abcoptim
(package
(name "r-abcoptim")
- branch master updated (aed1504 -> 83f020c), guix-commits, 2021/09/07
- 05/13: gnu: Add r-intergraph., guix-commits, 2021/09/07
- 01/13: gnu: Add r-nsprcomp., guix-commits, 2021/09/07
- 04/13: gnu: Add r-netrep., guix-commits, 2021/09/07
- 02/13: gnu: Add r-cmplot., guix-commits, 2021/09/07
- 03/13: gnu: Add r-precrec.,
guix-commits <=
- 08/13: gnu: Add r-gam., guix-commits, 2021/09/07
- 09/13: gnu: Add r-superlearner., guix-commits, 2021/09/07
- 06/13: gnu: Add r-ggnetwork., guix-commits, 2021/09/07
- 07/13: gnu: Add r-cvauc., guix-commits, 2021/09/07
- 10/13: gnu: Add r-drtmle., guix-commits, 2021/09/07
- 12/13: gnu: Add r-superheat., guix-commits, 2021/09/07
- 11/13: gnu: Add r-dofuture., guix-commits, 2021/09/07
- 13/13: gnu: Add r-qualv., guix-commits, 2021/09/07