[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/50: gnu: r-gganimate: Update to 1.0.9.
From: |
guix-commits |
Subject: |
42/50: gnu: r-gganimate: Update to 1.0.9. |
Date: |
Wed, 6 Mar 2024 03:43:04 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit f0ea78f219cd5157a8692099de184b953d60cadc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 5 14:38:32 2024 +0100
gnu: r-gganimate: Update to 1.0.9.
* gnu/packages/cran.scm (r-gganimate): Update to 1.0.9.
[propagated-inputs]: Add r-cli, r-lifecycle, r-transformr, and r-vctrs.
Change-Id: I6fbee3cf380992caeeedaa738aa21dabad670950
---
gnu/packages/cran.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2bac4a21d9..538eb76fe5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -39212,14 +39212,14 @@ complex functions.")
(define-public r-gganimate
(package
(name "r-gganimate")
- (version "1.0.8")
+ (version "1.0.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "gganimate" version))
(sha256
(base32
- "1jabs9qr0319w508kdsk5nmzfhl6nzykpp1by7l639yfvrfqcbd1"))))
+ "016nky797h4093qrpynq5rr1p7h4chpv1hyngpcs2csr1064rjmz"))))
(properties `((upstream-name . "gganimate")))
(build-system r-build-system)
(arguments
@@ -39234,13 +39234,17 @@ complex functions.")
;; For video output.
(list ffmpeg))
(propagated-inputs
- (list r-ggplot2
+ (list r-cli
+ r-ggplot2
r-glue
+ r-lifecycle
r-progress
r-rlang
r-scales
r-stringi
+ r-transformr
r-tweenr
+ r-vctrs
;; For GIF/SVG output. gifski is faster, but depends on Rust.
r-magick
;; For HTML output.
- 30/50: gnu: r-showtext: Update to 0.9-7., (continued)
- 30/50: gnu: r-showtext: Update to 0.9-7., guix-commits, 2024/03/06
- 31/50: gnu: r-fda: Update to 6.1.7., guix-commits, 2024/03/06
- 29/50: gnu: r-sysfonts: Update to 0.8.9., guix-commits, 2024/03/06
- 32/50: gnu: r-forecast: Update to 8.22.0., guix-commits, 2024/03/06
- 34/50: gnu: r-erm: Update to 1.0-5., guix-commits, 2024/03/06
- 37/50: gnu: r-spatstat-random: Update to 3.2-3., guix-commits, 2024/03/06
- 38/50: gnu: r-seurat: Update to 5.0.2., guix-commits, 2024/03/06
- 39/50: gnu: r-mlr3: Update to 0.18.0., guix-commits, 2024/03/06
- 40/50: gnu: r-bbotk: Update to 0.8.0., guix-commits, 2024/03/06
- 41/50: gnu: r-mlr3tuning: Update to 0.20.0., guix-commits, 2024/03/06
- 42/50: gnu: r-gganimate: Update to 1.0.9.,
guix-commits <=
- 45/50: gnu: r-data-table: Update to 1.15.2., guix-commits, 2024/03/06
- 49/50: gnu: r-naniar: Update to 1.1.0., guix-commits, 2024/03/06
- 48/50: gnu: r-rcppeigen: Update to 0.3.4.0.0., guix-commits, 2024/03/06
- 50/50: gnu: r-datasaurus: Update to 0.1.8., guix-commits, 2024/03/06