unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Tim Howes via Guix-patches via <guix-patches@gnu.org>
To: 46524@debbugs.gnu.org
Subject: [bug#46524] [PATCH 1/2] gnu: Add r-gsa.
Date: Sun, 14 Feb 2021 21:44:36 -0800	[thread overview]
Message-ID: <20210215054437.47745-1-timhowes@lavabit.com> (raw)
In-Reply-To: <20210215054029.47677-1-timhowes@lavabit.com>

* 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@gmail.com>
 ;;; Copyright © 2020 Simon Tournier <zimon.toutoune@gmail.com>
 ;;; Copyright © 2020 Aniket Patil <aniket112.patil@gmail.com>
+;;; Copyright © 2021 Tim Howes <timhowes@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






  reply	other threads:[~2021-02-15  9:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-15  5:40 [bug#46524] [PATCH 0/2] Add r-samr and r-gsa Tim Howes via Guix-patches via
2021-02-15  5:44 ` Tim Howes via Guix-patches via [this message]
2021-02-15  5:44   ` [bug#46524] [PATCH 2/2] gnu: Add r-samr Tim Howes via Guix-patches via
2021-03-26  9:14 ` bug#46524: [PATCH 0/2] Add r-samr and r-gsa Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210215054437.47745-1-timhowes@lavabit.com \
    --to=guix-patches@gnu.org \
    --cc=46524@debbugs.gnu.org \
    --cc=timhowes@lavabit.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).