[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/145: gnu: r-abn: Update to 2.7-0.
From: |
guix-commits |
Subject: |
02/145: gnu: r-abn: Update to 2.7-0. |
Date: |
Tue, 12 Apr 2022 03:36:29 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit dde8c921ea325043801e379c2c5db3713f745a32
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:01:02 2022 +0200
gnu: r-abn: Update to 2.7-0.
* gnu/packages/bioconductor.scm (r-abn): Update to 2.7-0.
[propagated-inputs]: Add r-graph.
---
gnu/packages/bioconductor.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 46ac053a27..04328c6876 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14209,20 +14209,21 @@ on the plot.")
(define-public r-abn
(package
(name "r-abn")
- (version "2.6-0")
+ (version "2.7-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "abn" version))
(sha256
(base32
- "0fr5pyc43hly5ry5bbygibbh9mnql7vl4r5qz42d0ry4hahyxa4w"))))
+ "13i2f4lw1rzj89bp31sn03prq1bqj7bsxwdr8z2ql02yqks9phg0"))))
(build-system r-build-system)
(inputs
(list gsl))
(propagated-inputs
(list r-doparallel
r-foreach
+ r-graph
r-lme4
r-nnet
r-rcpp
- branch wip-r created (now a49a8bf06e), guix-commits, 2022/04/12
- 01/145: gnu: r-nmf: Update to 0.24.0., guix-commits, 2022/04/12
- 02/145: gnu: r-abn: Update to 2.7-0.,
guix-commits <=
- 03/145: gnu: r-datawizard: Update to 0.4.0., guix-commits, 2022/04/12
- 04/145: gnu: r-waldo: Update to 0.4.0., guix-commits, 2022/04/12
- 08/145: gnu: r-readxl: Update to 1.4.0., guix-commits, 2022/04/12
- 07/145: gnu: r-mboost: Update to 2.9-6., guix-commits, 2022/04/12
- 10/145: gnu: r-hwriter: Update to 1.3.2.1., guix-commits, 2022/04/12
- 12/145: gnu: r-rcpp: Update to 1.0.8.3., guix-commits, 2022/04/12
- 14/145: gnu: r-auc: Update to 0.3.2., guix-commits, 2022/04/12
- 13/145: gnu: r-rcppthread: Update to 2.1.3., guix-commits, 2022/04/12
- 09/145: gnu: r-hmm: Update to 1.0.1., guix-commits, 2022/04/12
- 15/145: gnu: r-restrserve: Update to 1.0.0., guix-commits, 2022/04/12