[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/22: gnu: r-rstan: Update to 2.32.6.
From: |
guix-commits |
Subject: |
20/22: gnu: r-rstan: Update to 2.32.6. |
Date: |
Mon, 11 Mar 2024 08:33:56 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit b4065ef93d69c04a38e7e53f58ff8683ecba03bb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Mar 11 13:30:19 2024 +0100
gnu: r-rstan: Update to 2.32.6.
* gnu/packages/cran.scm (r-rstan): Update to 2.32.6.
[inputs]: Add pandoc.
Change-Id: Iddad21c83ce3f5af01c57027edc7157948092990
---
gnu/packages/cran.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 336255b8ab..78072d734b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -32714,14 +32714,14 @@ techniques to average Bayesian predictive
distributions.")
(define-public r-rstan
(package
(name "r-rstan")
- (version "2.32.5")
+ (version "2.32.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "rstan" version))
(sha256
(base32
- "0m655pf0lrhqh2mzylximd2vch9wy252k4zwyfqn1sfwmx642dva"))))
+ "0w0si8sd26c4nivqh85y0imil14sp4vy97yikmrv1lxvj40x141k"))))
(properties
'((upstream-name . "rstan")
(updater-extra-native-inputs . ("tzdata-for-tests"))))
@@ -32750,6 +32750,7 @@ techniques to average Bayesian predictive
distributions.")
r-rcppeigen
r-rcppparallel
r-stanheaders))
+ (inputs (list pandoc))
(home-page "https://discourse.mc-stan.org/")
(synopsis "R interface to Stan")
(description
- 08/22: gnu: r-multcompview: Update to 0.1-10., (continued)
- 08/22: gnu: r-multcompview: Update to 0.1-10., guix-commits, 2024/03/11
- 10/22: gnu: r-colorramps: Update to 2.3.4., guix-commits, 2024/03/11
- 17/22: gnu: r-graphlayouts: Update to 1.1.1., guix-commits, 2024/03/11
- 21/22: gnu: r-paws-common: Update to 0.7.1., guix-commits, 2024/03/11
- 22/22: gnu: r-logger: Update to 0.3.0., guix-commits, 2024/03/11
- 14/22: gnu: r-gmodels: Update to 2.19.1., guix-commits, 2024/03/11
- 16/22: gnu: r-systemfonts: Update to 1.0.6., guix-commits, 2024/03/11
- 11/22: gnu: r-rnifti: Update to 1.6.1., guix-commits, 2024/03/11
- 13/22: gnu: r-cobs: Update to 1.3-8., guix-commits, 2024/03/11
- 15/22: gnu: r-ggraph: Update to 2.2.1., guix-commits, 2024/03/11
- 20/22: gnu: r-rstan: Update to 2.32.6.,
guix-commits <=
- 18/22: gnu: r-accsda: Update to 1.1.3., guix-commits, 2024/03/11
- 19/22: gnu: r-fda: Update to 6.1.8., guix-commits, 2024/03/11
- 09/22: gnu: r-admisc: Update to 0.35., guix-commits, 2024/03/11