[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
100/214: gnu: r-tweenr: Update to 2.0.2.
From: |
guix-commits |
Subject: |
100/214: gnu: r-tweenr: Update to 2.0.2. |
Date: |
Tue, 20 Sep 2022 11:07:14 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d414bb103bcc474bb5bd6de275e7a7efb844f84d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:53:09 2022 +0200
gnu: r-tweenr: Update to 2.0.2.
* gnu/packages/cran.scm (r-tweenr): Update to 2.0.2.
[propagated-inputs]: Remove r-rcpp; add r-cpp11 and r-vctrs.
---
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 0e3e048609..c11485c0bf 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19440,14 +19440,14 @@ packages with Rcpp.")
(define-public r-tweenr
(package
(name "r-tweenr")
- (version "1.0.2")
+ (version "2.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "tweenr" version))
(sha256
(base32
- "17znizh4yabh2zs9mzyr0sl6p0pw49961i61br7cl1b7v9sza18q"))))
+ "1wqzcsxlz1isb1j0v5g6dgvd40q3q9qlahvgcgiq0j4d87nzvfv4"))))
(build-system r-build-system)
(arguments
(list
@@ -19459,7 +19459,7 @@ packages with Rcpp.")
(("BASEDATETIME <- Sys.time.*")
"BASEDATETIME <- structure(0, class = c(\"POSIXct\",
\"POSIXt\"))\n")))))))
(propagated-inputs
- (list r-farver r-magrittr r-rcpp r-rlang))
+ (list r-cpp11 r-farver r-magrittr r-rlang r-vctrs))
(home-page "https://github.com/thomasp85/tweenr")
(synopsis "Interpolate data for smooth animations")
(description
- 11/214: gnu: r-valr: Update to 0.6.5., (continued)
- 11/214: gnu: r-valr: Update to 0.6.5., guix-commits, 2022/09/20
- 117/214: gnu: r-graphlayouts: Update to 0.8.1., guix-commits, 2022/09/20
- 112/214: gnu: r-umap: Update to 0.2.9.0., guix-commits, 2022/09/20
- 131/214: gnu: r-matrixcalc: Update to 1.0-6., guix-commits, 2022/09/20
- 48/214: gnu: r-cubature: Update to 2.0.4.5., guix-commits, 2022/09/20
- 104/214: gnu: r-gridtext: Update to 0.1.5., guix-commits, 2022/09/20
- 107/214: gnu: r-rsparse: Update to 0.5.1., guix-commits, 2022/09/20
- 133/214: gnu: r-regsem: Update to 1.9.3., guix-commits, 2022/09/20
- 105/214: gnu: r-ggtext: Update to 0.1.2., guix-commits, 2022/09/20
- 39/214: gnu: r-broom: Update to 1.0.1., guix-commits, 2022/09/20
- 100/214: gnu: r-tweenr: Update to 2.0.2.,
guix-commits <=
- 70/214: gnu: r-emmeans: Update to 1.8.1-1., guix-commits, 2022/09/20
- 45/214: gnu: r-tinytex: Update to 0.41., guix-commits, 2022/09/20
- 54/214: gnu: r-dtplyr: Update to 1.2.2., guix-commits, 2022/09/20
- 150/214: gnu: r-scico: Update to 1.3.1., guix-commits, 2022/09/20
- 149/214: gnu: r-yardstick: Update to 1.1.0., guix-commits, 2022/09/20
- 156/214: gnu: r-modeldata: Update to 1.0.1., guix-commits, 2022/09/20
- 36/214: gnu: r-restrserve: Update to 1.2.1., guix-commits, 2022/09/20
- 124/214: gnu: r-randtoolbox: Update to 2.0.2., guix-commits, 2022/09/20
- 101/214: gnu: r-ggforce: Update to 0.3.4., guix-commits, 2022/09/20
- 155/214: gnu: r-infer: Update to 1.0.3., guix-commits, 2022/09/20