me
/
guix
Archived
1
0
Fork 0

gnu: r-pls: Update to 2.8-3.

* gnu/packages/cran.scm (r-pls): Update to 2.8-3.

Change-Id: I672134fe44ac27a1f31ff37fc3318e30d40523e8
Ricardo Wurmus 2023-12-15 12:16:44 +01:00
parent 04023acf69
commit 4ff7edccc8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6033,13 +6033,13 @@ error stream.")
(define-public r-pls
(package
(name "r-pls")
(version "2.8-2")
(version "2.8-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "pls" version))
(sha256
(base32 "1f7j47vyh26mp08730z21ssvia4df7rc8iiy5v3yclndc4wlqhi4"))))
(base32 "1qvbwr567vxywpfsl7cb15lpwxpd04kf01nzk1v8dm4csf6p5sz6"))))
(build-system r-build-system)
(home-page "https://mevik.net/work/software/pls.html")
(synopsis "Partial Least Squares and Principal Component Regression")