guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Remove r-biocinstaller.


From: guix-commits
Subject: 02/02: gnu: Remove r-biocinstaller.
Date: Mon, 8 Jul 2019 10:16:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0971f8bd884b6e92b77d9e12030cd58279699183
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jul 8 16:09:46 2019 +0200

    gnu: Remove r-biocinstaller.
    
    It requires R < 3.6 and is no longer supported.
    
    * gnu/packages/bioinformatics.scm (r-biocinstaller): Define as
    deprecated in favour of r-biocmanager.
---
 gnu/packages/bioinformatics.scm | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b6f5a35..62d1cbd 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7238,23 +7238,7 @@ BLAST, KEGG, GenBank, MEDLINE and GO.")
     (license (list license:ruby license:lgpl2.1+ license:gpl2+ ))))
 
 (define-public r-biocinstaller
-  (package
-    (name "r-biocinstaller")
-    (version "1.32.1")
-    (source (origin
-              (method url-fetch)
-              (uri (bioconductor-uri "BiocInstaller" version))
-              (sha256
-               (base32
-                "1s1f9qhyf3mc73ir25x2zlgi9hf45a37lg4z8fbva4i21hqisgsl"))))
-    (properties
-     `((upstream-name . "BiocInstaller")))
-    (build-system r-build-system)
-    (home-page "https://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)))
+  (deprecated-package "r-biocinstaller" r-biocmanager))
 
 (define-public r-biocviews
   (package



reply via email to

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