gnu: r-pls: Update to 2.8-3.
* gnu/packages/cran.scm (r-pls): Update to 2.8-3. Change-Id: I672134fe44ac27a1f31ff37fc3318e30d40523e8
This commit is contained in:
parent
04023acf69
commit
4ff7edccc8
1 changed files with 2 additions and 2 deletions
|
@ -6033,13 +6033,13 @@ error stream.")
|
||||||
(define-public r-pls
|
(define-public r-pls
|
||||||
(package
|
(package
|
||||||
(name "r-pls")
|
(name "r-pls")
|
||||||
(version "2.8-2")
|
(version "2.8-3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pls" version))
|
(uri (cran-uri "pls" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1f7j47vyh26mp08730z21ssvia4df7rc8iiy5v3yclndc4wlqhi4"))))
|
(base32 "1qvbwr567vxywpfsl7cb15lpwxpd04kf01nzk1v8dm4csf6p5sz6"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://mevik.net/work/software/pls.html")
|
(home-page "https://mevik.net/work/software/pls.html")
|
||||||
(synopsis "Partial Least Squares and Principal Component Regression")
|
(synopsis "Partial Least Squares and Principal Component Regression")
|
||||||
|
|
Reference in a new issue