guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add r-memuse.


From: guix-commits
Subject: branch master updated: gnu: Add r-memuse.
Date: Thu, 27 May 2021 08:16:26 -0400

This is an automated email from the git hooks/post-receive script.

roelj pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9bffc2b  gnu: Add r-memuse.
9bffc2b is described below

commit 9bffc2ba4581c2fd975ba7d7cfb170badef56ec3
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Thu May 27 14:15:59 2021 +0200

    gnu: Add r-memuse.
    
    * gnu/packages/cran.scm (r-memuse): New variable.
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a1c7d4c..e99f45a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25274,6 +25274,26 @@ theory; see @url{Strumbel and Kononenko (2014),
 doi.org/10.1007/s10115-013-0679-x} for details.")
     (license license:gpl2+)))
 
+(define-public r-memuse
+  (package
+    (name "r-memuse")
+    (version "4.1-0")
+    (source (origin
+             (method url-fetch)
+             (uri (cran-uri "memuse" version))
+             (sha256
+              (base32
+               "1bbjp8y0ji71956fbaxiil7ynq2nkmmgz7i9xps83m3bbp5d3mjq"))))
+    (properties `((upstream-name . "memuse")))
+    (build-system r-build-system)
+    (home-page "https://github.com/shinra-dev/memuse";)
+    (synopsis "Memory Estimation Utilities")
+    (description
+      "This package provides procedures to answer the following questions:
+How much ram do you need to store a 100,000 by 100,000 matrix? How much ram is
+your current R session using? How much ram do you even have?")
+    (license license:bsd-2)))
+
 (define-public r-metrics
   (package
     (name "r-metrics")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]