From 1c2e3d7d316573b3fd51d2a37af19a27df20be97 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 13 Dec 2019 19:26:05 +0100 Subject: gnu: Add r-r-huge. * gnu/packages/cran.scm (r-r-huge): New variable. --- gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index ce34315b03..413211f363 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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+))) -- cgit v1.2.3