guix-commits
[Top][All Lists]
Advanced

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

47/47: gnu: Add r-r-huge.


From: guix-commits
Subject: 47/47: gnu: Add r-r-huge.
Date: Fri, 13 Dec 2019 16:42:23 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1c2e3d7d316573b3fd51d2a37af19a27df20be97
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 13 19:26:05 2019 +0100

    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 ce34315..413211f 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+)))



reply via email to

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