gnu: r-softimpute: Update to 1.4-1.
* gnu/packages/cran.scm (r-softimpute): Update to 1.4-1. [native-inputs]: Add r-knitr.master
parent
ad88775716
commit
ecf62c7321
|
@ -11799,20 +11799,21 @@ after it was discovered that the NSA had backdoored Dual EC DRBG.")
|
||||||
(define-public r-softimpute
|
(define-public r-softimpute
|
||||||
(package
|
(package
|
||||||
(name "r-softimpute")
|
(name "r-softimpute")
|
||||||
(version "1.4")
|
(version "1.4-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "softImpute" version))
|
(uri (cran-uri "softImpute" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07cxbzkl08q58m1455i139952rmryjlic4s2f2hscl5zxxmfdxcq"))))
|
"1v2a4d688ij5zcvkzpra9yx40xckdfnllnfnyq2450zf3n1kjk7a"))))
|
||||||
(properties `((upstream-name . "softImpute")))
|
(properties `((upstream-name . "softImpute")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-matrix" ,r-matrix)))
|
`(("r-matrix" ,r-matrix)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gfortran" ,gfortran)))
|
`(("gfortran" ,gfortran)
|
||||||
|
("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://cran.r-project.org/web/packages/softImpute")
|
(home-page "https://cran.r-project.org/web/packages/softImpute")
|
||||||
(synopsis "Matrix completion via iterative soft-thresholded SVD")
|
(synopsis "Matrix completion via iterative soft-thresholded SVD")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue