me
/
guix
Archived
1
0
Fork 0

gnu: Add r-r-huge.

* gnu/packages/cran.scm (r-r-huge): New variable.
master
Ricardo Wurmus 2019-12-13 19:26:05 +01:00
parent 2dc8723abd
commit 1c2e3d7d31
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 26 additions and 0 deletions

View File

@ -17238,3 +17238,29 @@ mortality estimates. The package provides, based on search data, functions
for estimating the mortality inflation factor in Frequentist and Bayesian
settings.")
(license license:expat)))
(define-public r-r-huge
(package
(name "r-r-huge")
(version "0.9.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "R.huge" version))
(sha256
(base32
"13p558qalv60pgr24nsm6mi92ryj65rsbqa6pgdwy0snjqx12bgi"))))
(properties `((upstream-name . "R.huge")))
(build-system r-build-system)
(propagated-inputs
`(("r-r-methodss3" ,r-r-methodss3)
("r-r-oo" ,r-r-oo)
("r-r-utils" ,r-r-utils)))
(home-page "https://github.com/HenrikBengtsson/R.huge")
(synopsis "Methods for accessing huge amounts of data")
(description
"This is a deprecated package for accessing huge amounts of data.
Cross-platform alternatives are the following packages: bigmemory (CRAN),
ff (CRAN), or BufferedMatrix (Bioconductor). The main usage of it was inside
the @code{aroma.affymetrix} package.")
(license license:lgpl2.1+)))