[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
157/214: gnu: r-paradox: Update to 0.9.0.
From: |
guix-commits |
Subject: |
157/214: gnu: r-paradox: Update to 0.9.0. |
Date: |
Sat, 28 May 2022 04:37:50 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 77c25b9309078e41f2344ce33ed8945121fbf1d9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:50 2022 +0200
gnu: r-paradox: Update to 0.9.0.
* gnu/packages/cran.scm (r-paradox): Update to 0.9.0.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 85dc66ada8..189d486614 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29867,13 +29867,13 @@ performing ordinal regression.")
(define-public r-paradox
(package
(name "r-paradox")
- (version "0.8.0")
+ (version "0.9.0")
(source (origin
(method url-fetch)
(uri (cran-uri "paradox" version))
(sha256
(base32
- "1jfzbpqi1rp3r8hnk37dqwggp48ha5bnilmdz7dwzfdaskssycxa"))))
+ "0fzq59903fklgj3kblnpzasy13a82s72c1qjsy7d1m0fyj28ahdw"))))
(build-system r-build-system)
(propagated-inputs
(list r-backports r-checkmate r-data-table r-mlr3misc r-r6))
- 163/214: gnu: r-pdftools: Update to 3.2.1., (continued)
- 163/214: gnu: r-pdftools: Update to 3.2.1., guix-commits, 2022/05/28
- 182/214: gnu: r-roxygen2: Update to 7.2.0., guix-commits, 2022/05/28
- 185/214: gnu: r-rcpparmadillo: Update to 0.11.1.1.0., guix-commits, 2022/05/28
- 168/214: gnu: r-tensorflow: Update to 2.9.0., guix-commits, 2022/05/28
- 191/214: gnu: r-rtsne: Update to 0.16., guix-commits, 2022/05/28
- 205/214: gnu: r-car: Update to 3.0-13., guix-commits, 2022/05/28
- 199/214: gnu: r-randomforest: Update to 4.7-1.1., guix-commits, 2022/05/28
- 207/214: gnu: r-clubsandwich: Update to 0.5.6., guix-commits, 2022/05/28
- 214/214: gnu: r-biostrings: Patch for R 4.2.0., guix-commits, 2022/05/28
- 10/214: gnu: r-mboost: Update to 2.9-7., guix-commits, 2022/05/28
- 157/214: gnu: r-paradox: Update to 0.9.0.,
guix-commits <=