mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-pls: Update to 2.8-4.
* gnu/packages/cran.scm (r-pls): Update to 2.8-4. Change-Id: I1f96e1e5da0dfc499174d0d19a9c3919e96cec6a
This commit is contained in:
parent
2c05e90365
commit
776efa0b64
1 changed files with 2 additions and 2 deletions
|
@ -7120,13 +7120,13 @@ (define-public r-plogr
|
|||
(define-public r-pls
|
||||
(package
|
||||
(name "r-pls")
|
||||
(version "2.8-3")
|
||||
(version "2.8-4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pls" version))
|
||||
(sha256
|
||||
(base32 "1qvbwr567vxywpfsl7cb15lpwxpd04kf01nzk1v8dm4csf6p5sz6"))))
|
||||
(base32 "0qnmndljjnk9amsrmx402dhpc742pm3cskqjxhdq2m4pcdiinnvq"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://mevik.net/work/software/pls.html")
|
||||
(synopsis "Partial Least Squares and Principal Component Regression")
|
||||
|
|
Loading…
Reference in a new issue