me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-wrs2): Update to 1.1-6.

Change-Id: If0f280067722cddf1dd3024076a4e19faeea652b
master
Ricardo Wurmus 2024-03-19 14:43:24 +01:00
parent 1554d2154f
commit 6aae048cd6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14793,13 +14793,13 @@ contains or can be specified by the user.")
(define-public r-wrs2
(package
(name "r-wrs2")
(version "1.1-5")
(version "1.1-6")
(source (origin
(method url-fetch)
(uri (cran-uri "WRS2" version))
(sha256
(base32
"028xs424m879siaf3rrhzl1dacp9j7wcl5fpikyx2n0cc7anq4vq"))))
"1wsnsl4gy1hbgxfzzhfybak0jqmxq9fsh3scqyxydd7ia9r2n52k"))))
(properties `((upstream-name . "WRS2")))
(build-system r-build-system)
(propagated-inputs (list r-mass r-plyr r-reshape))