Revert "gnu: Add r-hash."
This reverts commitb9ff25999d
. This package is a duplicate of the r-hash package added in4646d18eb7
.
This commit is contained in:
parent
bf3c84bd2d
commit
e2b2baa71d
|
@ -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.")
|
containing one or more SNPs that evolved under directional selection.")
|
||||||
(license license:gpl2)))
|
(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
|
(define-public r-proc
|
||||||
(package
|
(package
|
||||||
(name "r-proc")
|
(name "r-proc")
|
||||||
|
|
Loading…
Reference in New Issue