[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
122/214: gnu: r-randtoolbox: Update to 2.0.0.
From: |
guix-commits |
Subject: |
122/214: gnu: r-randtoolbox: Update to 2.0.0. |
Date: |
Sat, 28 May 2022 04:37:42 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 8990fdcf8eede561550cd75c61ae106ff547cdc2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:40 2022 +0200
gnu: r-randtoolbox: Update to 2.0.0.
* gnu/packages/cran.scm (r-randtoolbox): Update to 2.0.0.
[native-inputs]: Remove gfortran.
---
gnu/packages/cran.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9434a1fa58..2ae1474a2f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21906,20 +21906,18 @@ and prints vectorized images.")
(define-public r-randtoolbox
(package
(name "r-randtoolbox")
- (version "1.31.1")
+ (version "2.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "randtoolbox" version))
(sha256
(base32
- "1b9vjzqg014hxp1vfb62m01d7xim5vmpbyxzlbll49bqas0jx69h"))))
+ "005x2igljc6vm0nsmkld9aqjqz1ccwapc8z3aw5c3ivh4n2bghf9"))))
(properties `((upstream-name . "randtoolbox")))
(build-system r-build-system)
(propagated-inputs
(list r-rngwell))
- (native-inputs
- (list gfortran))
(home-page "https://cran.r-project.org/web/packages/randtoolbox/")
(synopsis "Toolbox for pseudo and quasi random number generation")
(description
- 91/214: gnu: r-future-apply: Update to 1.9.0., (continued)
- 91/214: gnu: r-future-apply: Update to 1.9.0., guix-commits, 2022/05/28
- 93/214: gnu: r-minpack-lm: Update to 1.2-2., guix-commits, 2022/05/28
- 83/214: gnu: r-flare: Update to 1.7.0.1., guix-commits, 2022/05/28
- 99/214: gnu: r-adegenet: Update to 2.1.6., guix-commits, 2022/05/28
- 65/214: gnu: r-th-data: Update to 1.1-1., guix-commits, 2022/05/28
- 95/214: gnu: r-penalized: Update to 0.9-52., guix-commits, 2022/05/28
- 113/214: gnu: r-dalex: Update to 2.4.1., guix-commits, 2022/05/28
- 105/214: gnu: r-r2html: Update to 2.3.3., guix-commits, 2022/05/28
- 104/214: gnu: r-hapassoc: Update to 1.2-9., guix-commits, 2022/05/28
- 96/214: gnu: r-gmodels: Update to 2.18.1.1., guix-commits, 2022/05/28
- 122/214: gnu: r-randtoolbox: Update to 2.0.0.,
guix-commits <=
- 128/214: gnu: r-rsvg: Update to 2.3.1., guix-commits, 2022/05/28
- 137/214: gnu: r-packrat: Update to 0.8.0., guix-commits, 2022/05/28
- 147/214: gnu: r-exactranktests: Update to 0.8-35., guix-commits, 2022/05/28
- 125/214: gnu: r-fda: Update to 6.0.3., guix-commits, 2022/05/28
- 154/214: gnu: r-seurat: Update to 4.1.1., guix-commits, 2022/05/28
- 164/214: gnu: r-rmisc: Update to 1.5.1., guix-commits, 2022/05/28
- 100/214: gnu: r-polspline: Update to 1.1.20., guix-commits, 2022/05/28
- 108/214: gnu: r-arrow: Update to 8.0.0., guix-commits, 2022/05/28
- 08/214: gnu: r-scales: Update to 1.2.0., guix-commits, 2022/05/28
- 07/214: gnu: r-zoo: Update to 1.8-10., guix-commits, 2022/05/28