gnu: r-pls: Update to 2.7-0.
* gnu/packages/cran.scm (r-pls): Update to 2.7-0.
This commit is contained in:
parent
b00e8ae771
commit
c73752cac5
|
@ -453,14 +453,14 @@ error stream.")
|
||||||
(define-public r-pls
|
(define-public r-pls
|
||||||
(package
|
(package
|
||||||
(name "r-pls")
|
(name "r-pls")
|
||||||
(version "2.6-0")
|
(version "2.7-0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pls" version))
|
(uri (cran-uri "pls" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15j59p5x0rkdrk7iqzkipsy50rsyjl31w8zxc4w3v1j5gzxhi1rx"))))
|
"0xaqqgmdvfh7g7v1m4bcwjqzph68b9cq3bn4kjisfsadl54i5p2x"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in New Issue