guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Add r-biocinstaller.


From: Ricardo Wurmus
Subject: 01/01: gnu: Add r-biocinstaller.
Date: Mon, 19 Sep 2016 09:56:59 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit eb24341ffb248c3c5c020be72919e13c8cdc6d18
Author: Roel Janssen <address@hidden>
Date:   Thu Sep 15 13:37:56 2016 +0200

    gnu: Add r-biocinstaller.
    
    * gnu/packages/bioinformatics.scm (r-biocinstaller): New variable.
---
 gnu/packages/bioinformatics.scm |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 58eb3b3..39a8577 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5315,6 +5315,25 @@ barplots or heatmaps.")
 packages.")
     (license license:artistic2.0)))
 
+(define-public r-biocinstaller
+  (package
+    (name "r-biocinstaller")
+    (version "1.22.3")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "BiocInstaller" version))
+              (sha256
+               (base32
+                "02qkfq6f2b7v9klri6d1nv21r54bywv1zd5x47ka0jhhp946cqpr"))))
+    (properties
+     `((upstream-name . "BiocInstaller")))
+    (build-system r-build-system)
+    (home-page "http://bioconductor.org/packages/BiocInstaller";)
+    (synopsis "Install Bioconductor packages")
+    (description "This package is used to install and update R packages from
+Bioconductor, CRAN, and Github.")
+    (license license:artistic2.0)))
+
 (define-public r-dnacopy
   (package
     (name "r-dnacopy")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]