[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/50: gnu: r-ggdist: Update to 3.3.2.
From: |
guix-commits |
Subject: |
04/50: gnu: r-ggdist: Update to 3.3.2. |
Date: |
Wed, 6 Mar 2024 03:42:52 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 2f8a48f928abd23fc6dbeb9bbf2f890c814d0c14
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 5 14:37:31 2024 +0100
gnu: r-ggdist: Update to 3.3.2.
* gnu/packages/cran.scm (r-ggdist): Update to 3.3.2.
[propagated-inputs]: Remove r-dplyr and r-tidyselect; add r-gtable.
Change-Id: Ie67212a05e55eff3e8f4047a807ce3a0aee9099e
---
gnu/packages/cran.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5601a7bf4f..654c971a20 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1026,27 +1026,26 @@ axis breaks of a ggplot.")
(define-public r-ggdist
(package
(name "r-ggdist")
- (version "3.3.1")
+ (version "3.3.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggdist" version))
(sha256
- (base32 "0agr1l65s7vimdb88a7n3ahr6pp9ng5zf9mypdic26vhaaifh1b7"))))
+ (base32 "1wc3pqnf2r0324jm0vv1872smriv25h0lx0mni7qp93wrf8k0mpn"))))
(properties `((upstream-name . "ggdist")))
(build-system r-build-system)
(propagated-inputs (list r-cli
r-distributional
- r-dplyr
r-ggplot2
r-glue
+ r-gtable
r-numderiv
r-quadprog
r-rcpp
r-rlang
r-scales
r-tibble
- r-tidyselect
r-vctrs
r-withr))
(native-inputs (list r-knitr))
- branch master updated (f18d13b5f8 -> 86552708c3), guix-commits, 2024/03/06
- 02/50: gnu: Add r-transformr., guix-commits, 2024/03/06
- 04/50: gnu: r-ggdist: Update to 3.3.2.,
guix-commits <=
- 06/50: gnu: r-pagoda2: Update to 1.0.12., guix-commits, 2024/03/06
- 05/50: gnu: r-ggside: Update to 0.3.1., guix-commits, 2024/03/06
- 08/50: gnu: r-curl: Update to 5.2.1., guix-commits, 2024/03/06
- 12/50: gnu: r-lava: Update to 1.8.0., guix-commits, 2024/03/06
- 17/50: gnu: r-hdf5r: Update to 1.3.10., guix-commits, 2024/03/06
- 24/50: gnu: r-deldir: Update to 2.0-4., guix-commits, 2024/03/06
- 03/50: gnu: r-conos: Update to 1.5.2., guix-commits, 2024/03/06
- 01/50: import/cran: Add one more invalid package., guix-commits, 2024/03/06
- 10/50: gnu: r-rmumps: Update to 5.2.1-28., guix-commits, 2024/03/06
- 09/50: gnu: r-spelling: Update to 2.3.0., guix-commits, 2024/03/06