[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
96/143: gnu: r-slider: Update to 0.3.0.
From: |
guix-commits |
Subject: |
96/143: gnu: r-slider: Update to 0.3.0. |
Date: |
Tue, 29 Nov 2022 13:29:43 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 104f548c73ef1f6c1a7a127920a505de82f00bba
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:28 2022 +0100
gnu: r-slider: Update to 0.3.0.
* gnu/packages/cran.scm (r-slider): Update to 0.3.0.
[propagated-inputs]: Remove r-ellipsis and r-glue; add r-cli.
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index bd7a8d493a..9d562c5495 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30337,18 +30337,18 @@ different palettes and includes both diverging and
sequential types.")
(define-public r-slider
(package
(name "r-slider")
- (version "0.2.2")
+ (version "0.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "slider" version))
(sha256
(base32
- "1vxk2bc33svwcki2j8zr5jcxswh27i0fqgzjw2a5a1pp9dh3fmd3"))))
+ "18gw0bxpbb00qcafmyv2avyj83s710hrj10x998ch9qbbyx1fsmw"))))
(properties `((upstream-name . "slider")))
(build-system r-build-system)
(propagated-inputs
- (list r-ellipsis r-glue r-rlang r-vctrs r-warp))
+ (list r-cli r-rlang r-vctrs r-warp))
(native-inputs (list r-knitr))
(home-page "https://github.com/DavisVaughan/slider")
(synopsis "Sliding window functions")
- 73/143: gnu: r-clue: Update to 0.3-63., (continued)
- 73/143: gnu: r-clue: Update to 0.3-63., guix-commits, 2022/11/29
- 88/143: gnu: r-oai: Update to 0.4.0., guix-commits, 2022/11/29
- 91/143: gnu: r-memuse: Update to 4.2-2., guix-commits, 2022/11/29
- 75/143: gnu: r-graphlayouts: Update to 0.8.4., guix-commits, 2022/11/29
- 68/143: gnu: r-bookdown: Update to 0.30., guix-commits, 2022/11/29
- 87/143: gnu: r-latex2exp: Update to 0.9.6., guix-commits, 2022/11/29
- 77/143: gnu: r-assertr: Update to 3.0.0., guix-commits, 2022/11/29
- 83/143: gnu: r-rsvg: Update to 2.4.0., guix-commits, 2022/11/29
- 94/143: gnu: r-spatstat: Update to 3.0-2., guix-commits, 2022/11/29
- 105/143: gnu: r-mlr3: Update to 0.14.1., guix-commits, 2022/11/29
- 96/143: gnu: r-slider: Update to 0.3.0.,
guix-commits <=
- 98/143: gnu: r-parsnip: Update to 1.0.3., guix-commits, 2022/11/29
- 109/143: gnu: r-packcircles: Update to 0.3.5., guix-commits, 2022/11/29
- 13/143: gnu: r-modelr: Update to 0.1.10., guix-commits, 2022/11/29
- 16/143: gnu: r-bslib: Update to 0.4.1., guix-commits, 2022/11/29
- 27/143: gnu: r-ggrepel: Update to 0.9.2., guix-commits, 2022/11/29
- 32/143: gnu: r-vctrs: Update to 0.5.1., guix-commits, 2022/11/29
- 42/143: gnu: r-ggstance: Update to 0.3.6., guix-commits, 2022/11/29
- 31/143: gnu: r-xfun: Update to 0.35., guix-commits, 2022/11/29
- 50/143: gnu: r-sjplot: Update to 2.8.12., guix-commits, 2022/11/29
- 48/143: gnu: r-glmmtmb: Update to 1.1.5., guix-commits, 2022/11/29