[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/48: gnu: r-brms: Update to 2.21.0.
From: |
guix-commits |
Subject: |
33/48: gnu: r-brms: Update to 2.21.0. |
Date: |
Wed, 27 Mar 2024 08:50:48 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 9969c23cedf6f3d7002bf3c03eaf61d7fcf79b13
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 27 12:35:55 2024 +0100
gnu: r-brms: Update to 2.21.0.
* gnu/packages/cran.scm (r-brms): Update to 2.21.0.
[propagated-inputs]: Remove r-shinystan; add r-future-apply.
Change-Id: Ib3b6a5735b5c63048fadf3c76a83cd8de124e9d7
---
gnu/packages/cran.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e4c3b204ea..77b885c320 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33873,14 +33873,14 @@ inference diagnostics.
(define-public r-brms
(package
(name "r-brms")
- (version "2.20.4")
+ (version "2.21.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "brms" version))
(sha256
(base32
- "0bq76birbaqi2387d4qv2m8vvjcki9nkc2jychz6nkhcd7mg79h0"))))
+ "0n2xxiibypfazcbx8rx4h5c4pl9zlmm0mkpyny23bf54q8rzz2bj"))))
(properties `((upstream-name . "brms")))
(build-system r-build-system)
(propagated-inputs
@@ -33890,6 +33890,7 @@ inference diagnostics.
r-bridgesampling
r-coda
r-future
+ r-future-apply
r-ggplot2
r-glue
r-loo
@@ -33902,8 +33903,7 @@ inference diagnostics.
r-rcpp
r-rlang
r-rstan
- r-rstantools
- r-shinystan))
+ r-rstantools))
(native-inputs (list r-knitr r-r-rsp))
(home-page
"https://github.com/paul-buerkner/brms")
- 26/48: gnu: r-performance: Update to 0.11.0., (continued)
- 26/48: gnu: r-performance: Update to 0.11.0., guix-commits, 2024/03/27
- 11/48: gnu: r-callr: Update to 3.7.6., guix-commits, 2024/03/27
- 16/48: gnu: r-ggtern: Update to 3.5.0., guix-commits, 2024/03/27
- 17/48: gnu: r-inext: Update to 3.0.1., guix-commits, 2024/03/27
- 19/48: gnu: r-statsexpressions: Update to 1.5.4., guix-commits, 2024/03/27
- 23/48: gnu: r-insight: Update to 0.19.10., guix-commits, 2024/03/27
- 24/48: gnu: r-survey: Update to 4.4-2., guix-commits, 2024/03/27
- 29/48: gnu: r-repr: Update to 1.1.7., guix-commits, 2024/03/27
- 21/48: gnu: r-abc-data: Update to 1.1., guix-commits, 2024/03/27
- 22/48: gnu: r-ggsci: Update to 3.0.3., guix-commits, 2024/03/27
- 33/48: gnu: r-brms: Update to 2.21.0.,
guix-commits <=
- 43/48: gnu: r-tidymodels: Update to 1.2.0., guix-commits, 2024/03/27
- 45/48: gnu: r-maxlik: Update to 1.5-2.1., guix-commits, 2024/03/27
- 44/48: gnu: r-mlr3pipelines: Update to 0.5.1., guix-commits, 2024/03/27
- 46/48: gnu: r-lattice: Update to 0.22-6., guix-commits, 2024/03/27
- 48/48: gnu: r-rstudioapi: Update to 0.16.0., guix-commits, 2024/03/27
- 34/48: gnu: r-spatstat-explore: Update to 3.2-7., guix-commits, 2024/03/27
- 36/48: gnu: r-spatstat-linnet: Update to 3.1-5., guix-commits, 2024/03/27
- 39/48: gnu: r-rsample: Update to 1.2.1., guix-commits, 2024/03/27
- 40/48: gnu: r-tune: Update to 1.2.0., guix-commits, 2024/03/27
- 47/48: gnu: r-dbplyr: Update to 2.5.0., guix-commits, 2024/03/27