[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
97/98: gnu: r-desctools: Update to 0.99.50.
From: |
guix-commits |
Subject: |
97/98: gnu: r-desctools: Update to 0.99.50. |
Date: |
Wed, 13 Sep 2023 18:06:46 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 3d402fbf1d950c1d7c194d5cdd1bc17e884ab6eb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 14 00:04:16 2023 +0200
gnu: r-desctools: Update to 0.99.50.
* gnu/packages/statistics.scm (r-desctools): Update to 0.99.50.
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index b647ec0b61..00eb6c7f1b 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -7316,13 +7316,13 @@ Calculates confidence intervals for the difference in
proportion.")
(define-public r-desctools
(package
(name "r-desctools")
- (version "0.99.49")
+ (version "0.99.50")
(source
(origin
(method url-fetch)
(uri (cran-uri "DescTools" version))
(sha256
- (base32 "0s2zh8xz06c45rbwcypgsa8shby66nm6sj90cb9d1bwb60mws8j5"))))
+ (base32 "1awfhbv7klvkwxki4lvxj086yiwqyys95jnss8q5qqn7wyfz170v"))))
(properties `((upstream-name . "DescTools")))
(build-system r-build-system)
(propagated-inputs
- 92/98: gnu: r-dplyr: Update to 1.1.3., (continued)
- 92/98: gnu: r-dplyr: Update to 1.1.3., guix-commits, 2023/09/13
- 94/98: gnu: r-rematch: Update to 2.0.0., guix-commits, 2023/09/13
- 98/98: gnu: r-reghelper: Update to 1.1.2., guix-commits, 2023/09/13
- 30/98: gnu: r-targets: Update to 1.3.0., guix-commits, 2023/09/13
- 68/98: gnu: r-readods: Update to 2.1.0., guix-commits, 2023/09/13
- 79/98: gnu: r-paws-security-identity: Update to 0.4.0., guix-commits, 2023/09/13
- 83/98: gnu: r-paws-networking: Update to 0.4.0., guix-commits, 2023/09/13
- 86/98: gnu: r-paws-compute: Update to 0.4.0., guix-commits, 2023/09/13
- 93/98: gnu: r-rcpparmadillo: Update to 0.12.6.4.0., guix-commits, 2023/09/13
- 77/98: gnu: r-paws-end-user-computing: Update to 0.4.0., guix-commits, 2023/09/13
- 97/98: gnu: r-desctools: Update to 0.99.50.,
guix-commits <=