GNU bug report logs -
#46524
[PATCH 0/2] Add r-samr and r-gsa.
Previous Next
Reported by: Tim Howes <timhowes <at> lavabit.com>
Date: Mon, 15 Feb 2021 05:41:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 46524 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/cran.scm (r-gsa): New variable.
---
gnu/packages/cran.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1fe90619cd..86b2df0a9f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33,6 +33,7 @@
;;; Copyright © 2020 Magali Lemes <magalilemes00 <at> gmail.com>
;;; Copyright © 2020 Simon Tournier <zimon.toutoune <at> gmail.com>
;;; Copyright © 2020 Aniket Patil <aniket112.patil <at> gmail.com>
+;;; Copyright © 2021 Tim Howes <timhowes <at> lavabit.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -26851,3 +26852,23 @@ from a source package. @code{pkgdown} converts your documentation, vignettes,
README file, and more to HTML making it easy to share information about your
package online.")
(license license:expat)))
+
+(define-public r-gsa
+ (package
+ (name "r-gsa")
+ (version "1.03.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "GSA" version))
+ (sha256
+ (base32
+ "05x9wspah1cdznjpncqam1iawsxdiigyl8v2anyhss2k7wwd94p1"))))
+ (properties `((upstream-name . "GSA")))
+ (build-system r-build-system)
+ (home-page
+ "https://statweb.stanford.edu/~tibs/GSA/")
+ (synopsis "Gene Set Analysis")
+ (description "Inference on gene sets in microarray studies.")
+ ;; Any version of the LGPL
+ (license license:lgpl3+)))
--
2.30.1
This bug report was last modified 4 years and 57 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.