[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
212/212: gnu: r-naniar: Update to 1.0.0.
From: |
guix-commits |
Subject: |
212/212: gnu: r-naniar: Update to 1.0.0. |
Date: |
Sat, 18 Feb 2023 14:01:29 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 0ba69c1ee20a03528bc9c369bdec0d8bc666db68
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:09:12 2023 +0100
gnu: r-naniar: Update to 1.0.0.
* gnu/packages/statistics.scm (r-naniar): Update to 1.0.0.
[propagated-inputs]: Add r-cli and r-vctrs.
---
gnu/packages/statistics.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index a7e891ffa1..aec646e92c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -6907,16 +6907,17 @@ normal model.")
(define-public r-naniar
(package
(name "r-naniar")
- (version "0.6.1")
+ (version "1.0.0")
(source (origin
(method url-fetch)
(uri (cran-uri "naniar" version))
(sha256
(base32
- "0l3l2x85v3srilww483kpgp4zlwixyml257b0cqly8kcpwawlinm"))))
+ "1x4ljc6yji7312g6cg1shc85jqv5kaf2zlf5q7sdmqh3wryskvf2"))))
(build-system r-build-system)
(propagated-inputs
- (list r-dplyr
+ (list r-cli
+ r-dplyr
r-norm
r-forcats
r-ggplot2
@@ -6927,6 +6928,7 @@ normal model.")
r-tibble
r-tidyr
r-upsetr
+ r-vctrs
r-viridis
r-visdat))
(native-inputs
- 104/212: gnu: r-osqp: Update to 0.6.0.8., (continued)
- 104/212: gnu: r-osqp: Update to 0.6.0.8., guix-commits, 2023/02/18
- 102/212: gnu: r-haplo-stats: Update to 1.9.3., guix-commits, 2023/02/18
- 109/212: gnu: r-styler: Update to 1.9.0., guix-commits, 2023/02/18
- 114/212: gnu: r-dalex: Update to 2.4.3., guix-commits, 2023/02/18
- 122/212: gnu: r-rngwell: Update to 0.10-9., guix-commits, 2023/02/18
- 145/212: gnu: r-spatstat-random: Update to 3.1-3., guix-commits, 2023/02/18
- 173/212: gnu: r-paws-analytics: Update to 0.2.0., guix-commits, 2023/02/18
- 175/212: gnu: r-paws-management: Update to 0.2.0., guix-commits, 2023/02/18
- 193/212: gnu: r-pryr: Update to 0.1.6., guix-commits, 2023/02/18
- 206/212: gnu: r-biased-urn: Update to 2.0.9., guix-commits, 2023/02/18
- 212/212: gnu: r-naniar: Update to 1.0.0.,
guix-commits <=
- 72/212: gnu: r-effectsize: Update to 0.8.3., guix-commits, 2023/02/18
- 87/212: gnu: r-gmp: Update to 0.7-1., guix-commits, 2023/02/18
- 67/212: gnu: r-phyclust: Update to 0.1-33., guix-commits, 2023/02/18
- 70/212: gnu: r-performance: Update to 0.10.2., guix-commits, 2023/02/18
- 108/212: gnu: r-rda: Update to 1.2-1., guix-commits, 2023/02/18
- 103/212: gnu: r-bookdown: Update to 0.32., guix-commits, 2023/02/18
- 116/212: gnu: r-umap: Update to 0.2.10.0., guix-commits, 2023/02/18
- 123/212: gnu: r-randtoolbox: Update to 2.0.4., guix-commits, 2023/02/18
- 124/212: gnu: r-gamlss: Update to 5.4-12., guix-commits, 2023/02/18
- 125/212: gnu: r-tuner: Update to 1.4.2., guix-commits, 2023/02/18