gnu: r-softimpute: Update to 1.4-1.
authorRicardo Wurmus <rekado@elephly.net>
Thu, 20 May 2021 08:54:43 +0000 (10:54 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Thu, 20 May 2021 08:58:16 +0000 (10:58 +0200)
* gnu/packages/cran.scm (r-softimpute): Update to 1.4-1.
[native-inputs]: Add r-knitr.

gnu/packages/cran.scm

index a3900f1..f8df195 100644 (file)
@@ -11799,20 +11799,21 @@ after it was discovered that the NSA had backdoored Dual EC DRBG.")
 (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