GNU bug report logs - #46286
[PATCH 2/4] gnu: Add r-cachem.

Previous Next

Package: guix-patches;

Reported by: Todor Kondić <kondor <at> librem.one>

Date: Thu, 4 Feb 2021 03:27:03 UTC

Severity: normal

Tags: patch

Merged with 46285, 46287, 46288

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46286 in the body.
You can then email your comments to 46286 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#46286; Package guix-patches. (Thu, 04 Feb 2021 03:27:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Todor Kondić <kondor <at> librem.one>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 04 Feb 2021 03:27:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Todor Kondić <kondor <at> librem.one>
To: guix-patches <at> gnu.org
Cc: Todor Kondić <kondor <at> librem.one>
Subject: [PATCH 2/4] gnu: Add r-cachem.
Date: Thu,  4 Feb 2021 02:12:59 +0100
* gnu/packages/cran.scm(r-cachem): New variable.
---
 gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6f7d07140d..89474a491d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25808,3 +25808,27 @@ convenient way to perform nested resampling in combination with @code{mlr3}.")
 generated by @code{htmltools}.  Most R users do not need to use this
 package directly.")
     (license license:expat)))
+
+(define-public r-cachem
+  (package
+    (name "r-cachem")
+    (version "1.0.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "cachem" version))
+       (sha256
+        (base32
+         "0hann47kpalhi0wp86xkd3j6zbl6x785ciggl86z53znyk1ywx44"))))
+    (properties `((upstream-name . "cachem")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-fastmap" ,r-fastmap) ("r-rlang" ,r-rlang)))
+    (home-page "https://cachem.r-lib.org/")
+    (synopsis
+     "Cache R Objects with Automatic Pruning")
+    (description
+     "Key-value stores with automatic pruning.  Caches can limit
+either their total size or the age of the oldest object (or both),
+automatically pruning objects to maintain the constraints.")
+    (license license:expat)))
-- 
2.30.0





Merged 46285 46286 46287 46288. Request was from zimoun <zimon.toutoune <at> gmail.com> to control <at> debbugs.gnu.org. (Wed, 10 Mar 2021 23:23:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 21 Dec 2021 12:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 88 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.