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

* gnu/packages/cran.scm (r-pls): Update to 2.7-2.
master
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
1 changed files with 2 additions and 3 deletions

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")