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

* gnu/packages/cran.scm (r-pls): Update to 2.7-1.
master
Ricardo Wurmus 2019-03-24 11:25:58 +01:00
parent 3a4185872e
commit 6f2fa038ae
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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