me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-pls): Update to 2.8-1.
Ricardo Wurmus 2022-08-10 12:19:57 +02:00
parent 8f935a88e8
commit 6a97fb98e2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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