gnu: r-wrs2: Update to 1.1-7.

* gnu/packages/cran.scm (r-wrs2): Update to 1.1-7.
[native-inputs]: Add r-colorspace, r-ggally, r-ggplot2, and r-mediation.

Change-Id: I1efb0070d39ce79a480ec2440d50b401bb7d7aba
This commit is contained in:
Ricardo Wurmus 2025-05-31 09:11:18 +02:00
parent 4bea83c7b9
commit e5e7293556
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -25275,17 +25275,17 @@ contains or can be specified by the user.")
(define-public r-wrs2
(package
(name "r-wrs2")
(version "1.1-6")
(version "1.1-7")
(source (origin
(method url-fetch)
(uri (cran-uri "WRS2" version))
(sha256
(base32
"1wsnsl4gy1hbgxfzzhfybak0jqmxq9fsh3scqyxydd7ia9r2n52k"))))
"13z3blfvzjddlkixz9cgzni6p435ppjndifif096bic8zrx9f827"))))
(properties `((upstream-name . "WRS2")))
(build-system r-build-system)
(propagated-inputs (list r-mass r-plyr r-reshape))
(native-inputs (list r-knitr))
(native-inputs (list r-colorspace r-ggally r-ggplot2 r-knitr r-mediation))
(home-page "https://r-forge.r-project.org/projects/psychor/")
(synopsis "Collection of robust statistical methods")
(description