[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/27: gnu: r-wrs2: Update to 1.1-5.
From: |
guix-commits |
Subject: |
09/27: gnu: r-wrs2: Update to 1.1-5. |
Date: |
Tue, 31 Oct 2023 16:58:40 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d7244ece080796d2eb0f0c3baec27e098b98dd91
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 31 17:15:09 2023 +0100
gnu: r-wrs2: Update to 1.1-5.
* gnu/packages/cran.scm (r-wrs2): Update to 1.1-5.
[propagated-inputs]: Remove r-mc2d.
Change-Id: I0346e018b401143b4f9cf65845cf4d3b210ed54b
---
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 bf0c1e8986..a089d0de51 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13842,16 +13842,16 @@ contains or can be specified by the user.")
(define-public r-wrs2
(package
(name "r-wrs2")
- (version "1.1-4")
+ (version "1.1-5")
(source (origin
(method url-fetch)
(uri (cran-uri "WRS2" version))
(sha256
(base32
- "1838wy59cqd65s0bw6c24xcvx7zflypqcbgs35l9s2fj87vw2hdc"))))
+ "028xs424m879siaf3rrhzl1dacp9j7wcl5fpikyx2n0cc7anq4vq"))))
(properties `((upstream-name . "WRS2")))
(build-system r-build-system)
- (propagated-inputs (list r-mass r-mc2d r-plyr r-reshape))
+ (propagated-inputs (list r-mass r-plyr r-reshape))
(native-inputs (list r-knitr))
(home-page "https://r-forge.r-project.org/projects/psychor/")
(synopsis "Collection of robust statistical methods")
- 26/27: gnu: r-withr: Update to 2.5.2., (continued)
- 26/27: gnu: r-withr: Update to 2.5.2., guix-commits, 2023/10/31
- 27/27: gnu: r-logspline: Update to 2.1.21., guix-commits, 2023/10/31
- 05/27: gnu: r-poorman: Update to 0.2.7., guix-commits, 2023/10/31
- 02/27: gnu: r-htmltable: Update to 2.4.2., guix-commits, 2023/10/31
- 17/27: gnu: r-posterior: Update to 1.5.0., guix-commits, 2023/10/31
- 10/27: gnu: r-performance: Update to 0.10.8., guix-commits, 2023/10/31
- 11/27: gnu: r-gridpattern: Update to 1.1.1., guix-commits, 2023/10/31
- 12/27: gnu: r-grimport2: Update to 0.3-1., guix-commits, 2023/10/31
- 13/27: gnu: r-polspline: Update to 1.1.24., guix-commits, 2023/10/31
- 18/27: gnu: r-spatstat-linnet: Update to 3.1-3., guix-commits, 2023/10/31
- 09/27: gnu: r-wrs2: Update to 1.1-5.,
guix-commits <=