[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/36: gnu: Add R.cache.
From: |
Ricardo Wurmus |
Subject: |
27/36: gnu: Add R.cache. |
Date: |
Thu, 07 Jan 2016 16:19:14 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit a63efbb453c05cd6f9b0831582fa741f72be3755
Author: Ricardo Wurmus <address@hidden>
Date: Wed Dec 23 17:29:08 2015 +0100
gnu: Add R.cache.
* gnu/packages/statistics.scm (r-r-cache): New variable.
---
gnu/packages/statistics.scm | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 76d54f8..9625359 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1806,3 +1806,29 @@ maintenance for package developers.")
developing R packages.")
(license license:lgpl2.1+)))
+(define-public r-r-cache
+ (package
+ (name "r-r-cache")
+ (version "0.12.0")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "R.cache" version))
+ (sha256
+ (base32
+ "006x52w9r8phw5hgqmyp0bz8z42vn8p5yibibnzi1sfa1xlw8iyx"))))
+ (properties `((upstream-name . "R.cache")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-digest" ,r-digest)
+ ("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.cache")
+ (synopsis "Light-weight caching of objects and results")
+ (description
+ "This package provides methods for caching or memoization of objects and
+results. With this package, any R object can be cached in a key-value storage
+where the key can be an arbitrary set of R objects. The cache memory is
+persistent (on the file system).")
+ (license license:lgpl2.1+)))
+
- 08/36: gnu: Add futile.logger., (continued)
- 08/36: gnu: Add futile.logger., Ricardo Wurmus, 2016/01/07
- 14/36: gnu: Add Biostrings., Ricardo Wurmus, 2016/01/07
- 03/36: gnu: Add RSQLite., Ricardo Wurmus, 2016/01/07
- 21/36: gnu: Add SparseM., Ricardo Wurmus, 2016/01/07
- 17/36: gnu: Add GenomicAlignments., Ricardo Wurmus, 2016/01/07
- 12/36: gnu: Add biomaRt., Ricardo Wurmus, 2016/01/07
- 11/36: gnu: Add AnnotationDbi., Ricardo Wurmus, 2016/01/07
- 06/36: gnu: Add lambda.r., Ricardo Wurmus, 2016/01/07
- 20/36: gnu: Add GO.db., Ricardo Wurmus, 2016/01/07
- 16/36: gnu: Add SummarizedExperiment., Ricardo Wurmus, 2016/01/07
- 27/36: gnu: Add R.cache.,
Ricardo Wurmus <=
- 28/36: gnu: Add R.rsp., Ricardo Wurmus, 2016/01/07
- 23/36: gnu: Add base64enc., Ricardo Wurmus, 2016/01/07
- 26/36: gnu: Add R.utils., Ricardo Wurmus, 2016/01/07
- 05/36: gnu: Add r-xml., Ricardo Wurmus, 2016/01/07
- 10/36: gnu: Add Biobase., Ricardo Wurmus, 2016/01/07
- 33/36: gnu: Add BSgenome., Ricardo Wurmus, 2016/01/07
- 19/36: gnu: Add GenomicFeatures., Ricardo Wurmus, 2016/01/07
- 22/36: gnu: Add DT., Ricardo Wurmus, 2016/01/07
- 30/36: gnu: Add topGO., Ricardo Wurmus, 2016/01/07
- 25/36: gnu: Add R.oo., Ricardo Wurmus, 2016/01/07