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

* gnu/packages/cran.scm (r-pls): Update to 2.7-3.
This commit is contained in:
Ricardo Wurmus 2020-08-12 11:56:15 +02:00
parent 58899b1902
commit 61371fad05
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1926,13 +1926,13 @@ (define-public r-plogr
(define-public r-pls
(package
(name "r-pls")
(version "2.7-2")
(version "2.7-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "pls" version))
(sha256
(base32 "121byimd6bg7jbrq5wz5fpi0vxq0vh8g724vkhnjzszbvcv1xsb7"))))
(base32 "0b3ls12w19wc4xkhnsgmb333y9lyzwq3syjc3k8zs1agnw59c7cg"))))
(build-system r-build-system)
(home-page "https://mevik.net/work/software/pls.html")
(synopsis "Partial Least Squares and Principal Component Regression")