mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue