[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
110/122: gnu: r-latticeextra: Update to 0.6-30.
From: |
guix-commits |
Subject: |
110/122: gnu: r-latticeextra: Update to 0.6-30. |
Date: |
Wed, 10 Aug 2022 07:52:09 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 6bc6ec0788413f1ed98e8142f8f6a3276096aa5d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 10 12:20:16 2022 +0200
gnu: r-latticeextra: Update to 0.6-30.
* gnu/packages/statistics.scm (r-latticeextra): Update to 0.6-30.
[propagated-inputs]: Add r-interp and r-mass.
---
gnu/packages/statistics.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index fd3843dd92..9e3888ab54 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2693,18 +2693,23 @@ scaling functions for R.")
(define-public r-latticeextra
(package
(name "r-latticeextra")
- (version "0.6-29")
+ (version "0.6-30")
(source
(origin
(method url-fetch)
(uri (cran-uri "latticeExtra" version))
(sha256
(base32
- "04fzwcqs594rk5qp98yilh3kdh3sw4xf8wld5rp94ggpaqfw7bbc"))))
+ "1vcy4xr6c53nbvnxikjnlf5kd3n5hf4d8dzj5d41hj322dlsfl65"))))
(properties `((upstream-name . "latticeExtra")))
(build-system r-build-system)
(propagated-inputs
- (list r-jpeg r-lattice r-png r-rcolorbrewer))
+ (list r-interp
+ r-jpeg
+ r-lattice
+ r-mass
+ r-png
+ r-rcolorbrewer))
(home-page "http://latticeextra.r-forge.r-project.org/")
(synopsis "Extra graphical utilities based on lattice")
(description
- 64/122: gnu: r-optparse: Update to 1.7.3., (continued)
- 64/122: gnu: r-optparse: Update to 1.7.3., guix-commits, 2022/08/10
- 69/122: gnu: r-pmcmrplus: Update to 1.9.5., guix-commits, 2022/08/10
- 79/122: gnu: r-matrixextra: Update to 0.1.11., guix-commits, 2022/08/10
- 80/122: gnu: r-rockchalk: Update to 1.8.157., guix-commits, 2022/08/10
- 81/122: gnu: r-bdgraph: Update to 2.68., guix-commits, 2022/08/10
- 77/122: gnu: r-proxyc: Update to 0.3.0., guix-commits, 2022/08/10
- 83/122: gnu: r-igraph: Update to 1.3.4., guix-commits, 2022/08/10
- 85/122: gnu: r-rsample: Update to 1.1.0., guix-commits, 2022/08/10
- 86/122: gnu: r-tune: Update to 1.0.0., guix-commits, 2022/08/10
- 97/122: gnu: r-stars: Update to 0.5-6., guix-commits, 2022/08/10
- 110/122: gnu: r-latticeextra: Update to 0.6-30.,
guix-commits <=
- 88/122: gnu: r-modeldata: Update to 1.0.0., guix-commits, 2022/08/10
- 90/122: gnu: r-qtl: Update to 1.52., guix-commits, 2022/08/10
- 106/122: gnu: r-tibble: Update to 3.1.8., guix-commits, 2022/08/10
- 102/122: gnu: r-mass: Update to 7.3-58.1., guix-commits, 2022/08/10
- 105/122: gnu: r-rlang: Update to 1.0.4., guix-commits, 2022/08/10
- 103/122: gnu: r-estimability: Update to 1.4.1., guix-commits, 2022/08/10
- 95/122: gnu: r-pkgdown: Update to 2.0.6., guix-commits, 2022/08/10
- 111/122: gnu: r-rsqlite: Update to 2.2.15., guix-commits, 2022/08/10
- 109/122: gnu: r-devtools: Update to 2.4.4., guix-commits, 2022/08/10
- 94/122: gnu: r-downlit: Update to 0.4.2., guix-commits, 2022/08/10