[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/50: gnu: r-rngtools: Update to 1.5.
From: |
guix-commits |
Subject: |
47/50: gnu: r-rngtools: Update to 1.5. |
Date: |
Mon, 27 Jan 2020 10:33:57 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 68146b96053a6c6d88287683fc8a63d456c43649
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Jan 27 16:32:32 2020 +0100
gnu: r-rngtools: Update to 1.5.
* gnu/packages/statistics.scm (r-rngtools): Update to 1.5.
[propagated-inputs]: Remove r-pkgmaker and r-stringr.
---
gnu/packages/statistics.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index a536496..8df6533 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3284,19 +3284,17 @@ package registries.")
(define-public r-rngtools
(package
(name "r-rngtools")
- (version "1.4")
+ (version "1.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "rngtools" version))
(sha256
(base32
- "1kivj594bn774lbn29ws2rmzy2km99sza0j3jqvhal6hwmk27a9s"))))
+ "0xgmg3qb6insc157as47mcm9sdjdpy9jirh7w06bxb7pfcxqfx42"))))
(build-system r-build-system)
(propagated-inputs
- `(("r-digest" ,r-digest)
- ("r-pkgmaker" ,r-pkgmaker)
- ("r-stringr" ,r-stringr)))
+ `(("r-digest" ,r-digest)))
(home-page "https://renozao.github.io/rngtools")
(synopsis "Utility functions for working with random number generators")
(description
- 20/50: gnu: r-sjplot: Update to 2.8.2., (continued)
- 20/50: gnu: r-sjplot: Update to 2.8.2., guix-commits, 2020/01/27
- 22/50: gnu: r-afex: Update to 0.26-0., guix-commits, 2020/01/27
- 26/50: gnu: r-dorng: Update to 1.8.2., guix-commits, 2020/01/27
- 28/50: gnu: r-adegenet: Update to 2.1.2., guix-commits, 2020/01/27
- 30/50: gnu: r-threejs: Update to 0.3.3., guix-commits, 2020/01/27
- 33/50: gnu: r-parameters: Update to 0.4.1., guix-commits, 2020/01/27
- 34/50: gnu: r-bio3d: Update to 2.4-1., guix-commits, 2020/01/27
- 36/50: gnu: r-idpmisc: Update to 1.1.20., guix-commits, 2020/01/27
- 37/50: gnu: r-shinycssloaders: Update to 0.3., guix-commits, 2020/01/27
- 42/50: gnu: r-catools: Update to 1.18.0., guix-commits, 2020/01/27
- 47/50: gnu: r-rngtools: Update to 1.5.,
guix-commits <=
- 41/50: gnu: r-rcpparmadillo: Update to 0.9.800.4.0., guix-commits, 2020/01/27
- 44/50: gnu: r-blob: Update to 1.2.1., guix-commits, 2020/01/27
- 45/50: gnu: r-xml: Update to 3.99-0.3., guix-commits, 2020/01/27
- 46/50: gnu: r-pkgmaker: Update to 0.31., guix-commits, 2020/01/27
- 48/50: gnu: r-tidyr: Update to 1.0.2., guix-commits, 2020/01/27
- 38/50: gnu: r-foreign: Update to 0.8-75., guix-commits, 2020/01/27
- 50/50: gnu: r-fpc: Update to 2.2-4., guix-commits, 2020/01/27
- 43/50: gnu: r-rmarkdown: Update to 2.1., guix-commits, 2020/01/27
- 49/50: gnu: r-rrcov: Update to 1.5-2., guix-commits, 2020/01/27