guix-commits
[Top][All Lists]
Advanced

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

01/01: Revert "gnu: Add r-hash."


From: Leo Famulari
Subject: 01/01: Revert "gnu: Add r-hash."
Date: Thu, 16 Aug 2018 15:31:08 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit e2b2baa71dfe22e9036fa1d6025e5a6b85b30820
Author: Leo Famulari <address@hidden>
Date:   Thu Aug 16 15:28:34 2018 -0400

    Revert "gnu: Add r-hash."
    
    This reverts commit b9ff25999d6b3d947ceacd7d01d3b64ac2c8120d.
    
    This package is a duplicate of the r-hash package added in
    4646d18eb769691224d25ead7da416b5f8783529.
---
 gnu/packages/cran.scm | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 411e5a9..24c540d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4767,27 +4767,6 @@ approach is the identification of genomic regions, 
genes, or gene sets
 containing one or more SNPs that evolved under directional selection.")
     (license license:gpl2)))
 
-(define-public r-hash
-  (package
-    (name "r-hash")
-    (version "2.2.6")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (cran-uri "hash" version))
-       (sha256
-        (base32
-         "0mkx59bmni3b283znvbndnkbar85fzavzdfgmwrhskidsqcz34yz"))))
-    (build-system r-build-system)
-    (home-page "https://cran.r-project.org/web/packages/hash/";)
-    (synopsis "Implementation of hash/associated arrays/dictionaries")
-    (description
-     "This package implements a data structure similar to hashes in Perl and
-dictionaries in Python but with a purposefully R flavor.  For objects of
-appreciable size, access using hashes outperforms native named lists and
-vectors.")
-    (license license:gpl2+)))
-
 (define-public r-proc
   (package
     (name "r-proc")



reply via email to

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