guix-commits
[Top][All Lists]
Advanced

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

01/89: gnu: Add r-rle.


From: guix-commits
Subject: 01/89: gnu: Add r-rle.
Date: Mon, 5 Oct 2020 18:34:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f5defed0df4bb8654e5e58018ce1e0a6383381b6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:08:10 2020 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0939c4d..fdada68 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4774,6 +4774,27 @@ complementary pairs stability selection with improved 
error bounds
 arbitrary user specified variable selection approaches.")
   (license license:gpl2)))
 
+(define-public r-rle
+  (package
+    (name "r-rle")
+    (version "0.9.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "rle" version))
+       (sha256
+        (base32
+         "0sagl0jggg40lihzy7pfq4593rfvc3b3f7g6ggi85s7n18qvwg40"))))
+    (properties `((upstream-name . "rle")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/rle/";)
+    (synopsis "Common functions for run-length encoded vectors")
+    (description
+     "This package provides common @code{base} and @code{stats} methods for
+@code{rle} objects, aiming to make it possible to treat them transparently as
+vectors.")
+    (license license:gpl3)))
+
 (define-public r-statnet-common
   (package
     (name "r-statnet-common")



reply via email to

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