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

* gnu/packages/cran.scm (r-pls): Update to 2.7-0.
This commit is contained in:
Ricardo Wurmus 2018-09-05 19:26:18 +02:00
parent b00e8ae771
commit c73752cac5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -453,14 +453,14 @@ (define-public r-plogr
(define-public r-pls
(package
(name "r-pls")
(version "2.6-0")
(version "2.7-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "pls" version))
(sha256
(base32
"15j59p5x0rkdrk7iqzkipsy50rsyjl31w8zxc4w3v1j5gzxhi1rx"))))
"0xaqqgmdvfh7g7v1m4bcwjqzph68b9cq3bn4kjisfsadl54i5p2x"))))
(build-system r-build-system)
(home-page "http://mevik.net/work/software/pls.html")
(synopsis "Partial Least Squares and Principal Component Regression")