[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/20: gnu: r-abcrf: Update to 1.8.
From: |
guix-commits |
Subject: |
03/20: gnu: r-abcrf: Update to 1.8. |
Date: |
Sun, 16 Jun 2019 23:16:23 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 89afd03172641a3f56fdea7a9aad73d8368de52a
Author: Ricardo Wurmus <address@hidden>
Date: Mon Jun 17 04:53:20 2019 +0200
gnu: r-abcrf: Update to 1.8.
* gnu/packages/cran.scm (r-abcrf): Update to 1.8.
[propagated-inputs]: Add r-doparallel and r-foreach.
---
gnu/packages/cran.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index cdbd1a7..acc9c7d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6584,16 +6584,18 @@ second male (P2) based on the best fit distribution.")
(define-public r-abcrf
(package
(name "r-abcrf")
- (version "1.7.1")
+ (version "1.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "abcrf" version))
(sha256
- (base32 "06vy3inikrr9hv36q4djhrgzi9zizdfnhz17wpra8kadmr7qj441"))))
+ (base32 "0r31ki89z8zzcffm0yvd2zw3q96rk6g6fnwwkql902mgajbrha1f"))))
(build-system r-build-system)
(propagated-inputs
- `(("r-mass" ,r-mass)
+ `(("r-doparallel" ,r-doparallel)
+ ("r-foreach" ,r-foreach)
+ ("r-mass" ,r-mass)
("r-matrixstats" ,r-matrixstats)
("r-ranger" ,r-ranger)
("r-rcpp" ,r-rcpp)
- branch master updated (bb6c8f2 -> 932a6c4), guix-commits, 2019/06/16
- 01/20: gnu: r-extradistr: Update to 1.8.11., guix-commits, 2019/06/16
- 02/20: gnu: r-sjmisc: Update to 2.8.0., guix-commits, 2019/06/16
- 03/20: gnu: r-abcrf: Update to 1.8.,
guix-commits <=
- 18/20: gnu: r-tximport: Update to 1.12.1., guix-commits, 2019/06/16
- 15/20: gnu: r-dt: Update to 0.7., guix-commits, 2019/06/16
- 13/20: gnu: r-mime: Update to 0.7., guix-commits, 2019/06/16
- 10/20: gnu: r-servr: Update to 0.14., guix-commits, 2019/06/16
- 08/20: gnu: r-deldir: Update to 0.1-21., guix-commits, 2019/06/16
- 04/20: gnu: r-emmeans: Update to 1.3.5., guix-commits, 2019/06/16
- 05/20: gnu: r-rspectra: Update to 0.15-0., guix-commits, 2019/06/16
- 09/20: gnu: r-polspline: Update to 1.1.15., guix-commits, 2019/06/16
- 07/20: gnu: r-nor1mix: Update to 1.3-0., guix-commits, 2019/06/16
- 11/20: gnu: r-ggplot2: Update to 3.2.0., guix-commits, 2019/06/16