[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")
- branch master updated (880fe01 -> e02babf), guix-commits, 2020/10/05
- 01/89: gnu: Add r-rle.,
guix-commits <=
- 02/89: gnu: Add r-warp., guix-commits, 2020/10/05
- 05/89: gnu: r-interval: Update to 1.1-0.7., guix-commits, 2020/10/05
- 06/89: gnu: r-fhtest: Update to 1.5., guix-commits, 2020/10/05
- 07/89: gnu: r-rticles: Update to 0.16., guix-commits, 2020/10/05
- 03/89: gnu: Add r-slider., guix-commits, 2020/10/05
- 13/89: gnu: r-broom: Update to 0.7.1., guix-commits, 2020/10/05
- 23/89: gnu: r-openxlsx: Update to 4.2.2., guix-commits, 2020/10/05
- 21/89: gnu: r-trend: Update to 1.1.4., guix-commits, 2020/10/05
- 37/89: gnu: r-fftwtools: Update to 0.9-9., guix-commits, 2020/10/05
- 04/89: gnu: r-activedriverwgs: Update to 1.1.1., guix-commits, 2020/10/05