[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/59: gnu: r-softimpute: Update to 1.4-1.
From: |
guix-commits |
Subject: |
28/59: gnu: r-softimpute: Update to 1.4-1. |
Date: |
Thu, 20 May 2021 04:59:25 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ecf62c7321e0174b34e19aa7ce05d3ba38f9af62
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 20 10:54:43 2021 +0200
gnu: r-softimpute: Update to 1.4-1.
* gnu/packages/cran.scm (r-softimpute): Update to 1.4-1.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a3900f1..f8df195 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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
- 34/59: gnu: r-msigdbr: Update to 7.4.1., (continued)
- 34/59: gnu: r-msigdbr: Update to 7.4.1., guix-commits, 2021/05/20
- 33/59: gnu: r-pegas: Update to 1.0-1., guix-commits, 2021/05/20
- 38/59: gnu: r-terra: Update to 1.2-10., guix-commits, 2021/05/20
- 05/59: gnu: r-sass: Update to 0.4.0., guix-commits, 2021/05/20
- 06/59: gnu: r-bslib: Update to 0.2.5.1., guix-commits, 2021/05/20
- 09/59: gnu: r-dendextend: Update to 1.15.1., guix-commits, 2021/05/20
- 10/59: gnu: r-distillery: Update to 1.2-1., guix-commits, 2021/05/20
- 12/59: gnu: r-corrplot: Update to 0.88., guix-commits, 2021/05/20
- 19/59: gnu: r-sjlabelled: Update to 1.1.8., guix-commits, 2021/05/20
- 15/59: gnu: r-cubature: Update to 2.0.4.2., guix-commits, 2021/05/20
- 28/59: gnu: r-softimpute: Update to 1.4-1.,
guix-commits <=
- 22/59: gnu: r-sandwich: Update to 3.0-1., guix-commits, 2021/05/20
- 27/59: gnu: r-fmsb: Update to 0.7.1., guix-commits, 2021/05/20
- 11/59: gnu: r-inline: Update to 0.3.18., guix-commits, 2021/05/20
- 17/59: gnu: r-overlap: Update to 0.3.4., guix-commits, 2021/05/20
- 18/59: gnu: r-insight: Update to 0.14.0., guix-commits, 2021/05/20
- 31/59: gnu: r-irkernel: Update to 1.2., guix-commits, 2021/05/20
- 32/59: gnu: r-valr: Update to 0.6.3., guix-commits, 2021/05/20
- 29/59: gnu: r-rnifti: Update to 1.3.1., guix-commits, 2021/05/20
- 35/59: gnu: r-ggplotify: Update to 0.0.7., guix-commits, 2021/05/20
- 36/59: gnu: r-ibreakdown: Update to 2.0.1., guix-commits, 2021/05/20