[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/16: gnu: Add r-a4classif.
From: |
guix-commits |
Subject: |
12/16: gnu: Add r-a4classif. |
Date: |
Thu, 28 Mar 2019 13:25:43 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 9ae37581e095c03b62a6b4231c3c26cca0e8fad6
Author: Ricardo Wurmus <address@hidden>
Date: Thu Mar 28 18:22:32 2019 +0100
gnu: Add r-a4classif.
* gnu/packages/bioconductor.scm (r-a4classif): New variable.
---
gnu/packages/bioconductor.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 4dffe97..db691bc 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2982,3 +2982,31 @@ It allows searching of biological metadata using various
criteria.")
"This is the core package for the automated analysis of Affymetrix
arrays.")
(license license:gpl3)))
+
+(define-public r-a4classif
+ (package
+ (name "r-a4classif")
+ (version "1.30.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "a4Classif" version))
+ (sha256
+ (base32
+ "02l77a59865ly3bydv74ff2l2wfb0x5s283g1nx6g1qrw3ly982j"))))
+ (properties `((upstream-name . "a4Classif")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-a4core" ,r-a4core)
+ ("r-a4preproc" ,r-a4preproc)
+ ("r-glmnet" ,r-glmnet)
+ ("r-mlinterfaces" ,r-mlinterfaces)
+ ("r-pamr" ,r-pamr)
+ ("r-rocr" ,r-rocr)
+ ("r-varselrf" ,r-varselrf)))
+ (home-page "https://bioconductor.org/packages/a4Classif/")
+ (synopsis "Automated Affymetrix array analysis classification package")
+ (description
+ "This is the classification package for the automated analysis of
+Affymetrix arrays.")
+ (license license:gpl3)))
- branch master updated (1aa662b -> 84ad024), guix-commits, 2019/03/28
- 02/16: gnu: Add r-pamr., guix-commits, 2019/03/28
- 01/16: gnu: Add r-varselrf., guix-commits, 2019/03/28
- 04/16: gnu: Add r-ggvis., guix-commits, 2019/03/28
- 03/16: gnu: Add r-rda., guix-commits, 2019/03/28
- 05/16: gnu: Add r-gbm., guix-commits, 2019/03/28
- 10/16: gnu: Add r-annaffy., guix-commits, 2019/03/28
- 09/16: gnu: Add r-mlinterfaces., guix-commits, 2019/03/28
- 07/16: gnu: Add r-mlbench., guix-commits, 2019/03/28
- 12/16: gnu: Add r-a4classif.,
guix-commits <=
- 06/16: gnu: Add r-threejs., guix-commits, 2019/03/28
- 08/16: gnu: Add r-mpm., guix-commits, 2019/03/28
- 14/16: gnu: Add r-a4reporting., guix-commits, 2019/03/28
- 15/16: gnu: Add r-a4base., guix-commits, 2019/03/28
- 11/16: gnu: Add r-a4core., guix-commits, 2019/03/28
- 13/16: gnu: Add r-a4preproc., guix-commits, 2019/03/28
- 16/16: gnu: Add r-a4., guix-commits, 2019/03/28