~ruther/guix-local

b4065ef93d69c04a38e7e53f58ff8683ecba03bb — Ricardo Wurmus 2 years ago 0afc70e
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
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +3 -2
@@ 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