[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/13: gnu: r-metafor: Update to 4.0-0.
From: |
guix-commits |
Subject: |
09/13: gnu: r-metafor: Update to 4.0-0. |
Date: |
Tue, 21 Mar 2023 07:40:26 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2fbc6740395bf5b6322dc4ff07f03ee76c4cdf88
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 21 12:14:33 2023 +0100
gnu: r-metafor: Update to 4.0-0.
* gnu/packages/cran.scm (r-metafor): Update to 4.0-0.
[propagated-inputs]: Add r-numderiv.
[native-inputs]: Add r-r-rsp.
---
gnu/packages/cran.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 70a66de20c..d8e230d60d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33391,18 +33391,19 @@ package also provides functions to visualize the
observed data and the MLE.")
(define-public r-metafor
(package
(name "r-metafor")
- (version "3.8-1")
+ (version "4.0-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "metafor" version))
(sha256
(base32
- "05053cvk65fh2p4wrmygkvgqvrl73kz22rdbxsjxhi21jmzmg56n"))))
+ "0fy2ildv2g3gckxh5jd4y7b1mpc616l4r52d5rf78nr2mzmm5maw"))))
(properties `((upstream-name . "metafor")))
(build-system r-build-system)
(propagated-inputs
- (list r-mathjaxr r-matrix r-metadat r-nlme r-pbapply))
+ (list r-mathjaxr r-matrix r-metadat r-nlme r-numderiv r-pbapply))
+ (native-inputs (list r-r-rsp))
(home-page "https://cran.r-project.org/web/packages/metafor/")
(synopsis "Meta-analysis package for R")
(description
- branch master updated (088a3d4c34 -> 31cdb03704), guix-commits, 2023/03/21
- 03/13: gnu: r-truncnorm: Update to 1.0-9., guix-commits, 2023/03/21
- 07/13: gnu: r-ggfortify: Update to 0.4.16., guix-commits, 2023/03/21
- 09/13: gnu: r-metafor: Update to 4.0-0.,
guix-commits <=
- 08/13: gnu: r-qgraph: Update to 1.9.4., guix-commits, 2023/03/21
- 11/13: gnu: r-intervals: Update to 0.15.3., guix-commits, 2023/03/21
- 06/13: gnu: r-sf: Update to 1.0-12., guix-commits, 2023/03/21
- 05/13: gnu: r-glmmtmb: Update to 1.1.6., guix-commits, 2023/03/21
- 12/13: gnu: r-keras: Update to 2.11.1., guix-commits, 2023/03/21
- 13/13: gnu: r-tibble: Update to 3.2.1., guix-commits, 2023/03/21
- 04/13: gnu: r-fnn: Update to 1.1.3.2., guix-commits, 2023/03/21
- 02/13: gnu: r-partykit: Update to 1.2-19., guix-commits, 2023/03/21
- 01/13: gnu: r-nmf: Update to 0.26., guix-commits, 2023/03/21
- 10/13: gnu: r-maldiquant: Update to 1.22.1., guix-commits, 2023/03/21