GNU bug report logs -
#28089
[PATCH 00/29] More R packages.
Previous Next
Reported by: Ricardo Wurmus <rekado <at> elephly.net>
Date: Mon, 14 Aug 2017 20:56:02 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #50 received at 28089 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/cran.scm (r-ffbase): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b1cb0c409..80ed0bc26 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -408,3 +408,26 @@ any subsequent lookup as it keeps the hash table in memory.")
behave (almost) as if they were in RAM by transparently mapping only a section
in main memory.")
(license license:gpl2)))
+
+(define-public r-ffbase
+ (package
+ (name "r-ffbase")
+ (version "0.12.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "ffbase" version))
+ (sha256
+ (base32
+ "1nz97bndxxkzp8rq6va8ff5ky9vkaib1jybm6j852awwb3n9had5"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-bit" ,r-bit)
+ ("r-fastmatch" ,r-fastmatch)
+ ("r-ff" ,r-ff)))
+ (home-page "http://github.com/edwindj/ffbase")
+ (synopsis "Basic statistical functions for package 'ff'")
+ (description
+ "This package extends the out of memory vectors of @code{ff} with
+statistical functions and other utilities to ease their usage.")
+ (license license:gpl3)))
--
2.13.3
This bug report was last modified 7 years and 273 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.