GNU bug report logs - #46285
[PATCH 1/4] gnu: Add r-jquerylib.

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 46286, 46287, 46288

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#46286: closed ([PATCH 2/4] gnu: Add r-cachem.)
Date: Mon, 22 Nov 2021 23:06:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 23 Nov 2021 00:03:26 +0100
with message-id <87czmrvlju.fsf <at> elephly.net>
and subject line [PATCH 1/4] gnu: Add r-jquerylib.
has caused the debbugs.gnu.org bug report #46285,
regarding [PATCH 2/4] gnu: Add r-cachem.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
46285: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46285
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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



[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 46285-done <at> debbugs.gnu.org
Subject: [PATCH 1/4] gnu: Add r-jquerylib.
Date: Tue, 23 Nov 2021 00:03:26 +0100
I’m closing this.  We have r-jquerylib 0.1.4 in Guix.  It is 
unfortunately a bit more complicated because we build the minified 
JavaScript files from source.

-- 
Ricardo


This bug report was last modified 3 years and 176 days ago.

Previous Next


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