3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/cran.scm (r-pls): Update to 2.7-2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-02 20:36:56 +02:00
parent bc11837ceb
commit 4c9a3173d3
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

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