unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Todor Kondić" <kondor@librem.one>
To: 46286@debbugs.gnu.org
Cc: "Todor Kondić" <kondor@librem.one>
Subject: [bug#46286] [PATCH 2/4] gnu: Add r-cachem.
Date: Thu,  4 Feb 2021 02:12:59 +0100	[thread overview]
Message-ID: <20210204011301.50868-2-kondor@librem.one> (raw)
In-Reply-To: <20210204011301.50868-1-kondor@librem.one>

* 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





  reply	other threads:[~2021-02-04  7:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-04  1:12 [bug#46285] [PATCH 1/4] gnu: Add r-jquerylib Todor Kondić
2021-02-04  1:12 ` Todor Kondić [this message]
2021-02-04  1:13 ` [bug#46288] [PATCH 3/4] gnu: Add r-sass Todor Kondić
2021-11-05  8:24   ` phodina via Guix-patches via
2021-02-04  1:13 ` [bug#46287] [PATCH 4/4] gnu: Add r-bslib Todor Kondić
2021-11-22 23:03 ` bug#46285: [PATCH 1/4] gnu: Add r-jquerylib Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210204011301.50868-2-kondor@librem.one \
    --to=kondor@librem.one \
    --cc=46286@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).