mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-softimpute: Update to 1.4-1.
* gnu/packages/cran.scm (r-softimpute): Update to 1.4-1. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
ad88775716
commit
ecf62c7321
1 changed files with 4 additions and 3 deletions
|
@ -11799,20 +11799,21 @@ (define-public r-sodium
|
|||
(define-public r-softimpute
|
||||
(package
|
||||
(name "r-softimpute")
|
||||
(version "1.4")
|
||||
(version "1.4-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "softImpute" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07cxbzkl08q58m1455i139952rmryjlic4s2f2hscl5zxxmfdxcq"))))
|
||||
"1v2a4d688ij5zcvkzpra9yx40xckdfnllnfnyq2450zf3n1kjk7a"))))
|
||||
(properties `((upstream-name . "softImpute")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-matrix" ,r-matrix)))
|
||||
(native-inputs
|
||||
`(("gfortran" ,gfortran)))
|
||||
`(("gfortran" ,gfortran)
|
||||
("r-knitr" ,r-knitr)))
|
||||
(home-page "https://cran.r-project.org/web/packages/softImpute")
|
||||
(synopsis "Matrix completion via iterative soft-thresholded SVD")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue