1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-rcdd: Update to 1.6-1.

* gnu/packages/cran.scm (r-rcdd): Update to 1.6-1.

Change-Id: Ie909c6ccfb722eb18c9bc97ecd85019e4370faf8
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Ricardo Wurmus
2026-01-20 07:17:27 +01:00
committed by Rutherther
parent 40090bb082
commit 41372bd54b

View File

@@ -47689,14 +47689,14 @@ Mean Test, Durbin-Watson statistic etc.")
(define-public r-rcdd
(package
(name "r-rcdd")
(version "1.6")
(version "1.6-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "rcdd" version))
(sha256
(base32
"0xfvfcjd9gpp6qaalkfkx2f11lyj4sm6n6b763lnk0rrmn6cv2lz"))))
"03fjv2ljnz55zlz9svbjzp1qs4r71jywx78balwm205l5n541jyv"))))
(properties
`((upstream-name . "rcdd")))
(build-system r-build-system)