guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

61/80: gnu: r-rstan: Update to 2.21.2.


From: guix-commits
Subject: 61/80: gnu: r-rstan: Update to 2.21.2.
Date: Wed, 12 Aug 2020 07:58:16 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ad53122f359a03be8aaee5f4393f163951155233
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 12 11:58:59 2020 +0200

    gnu: r-rstan: Update to 2.21.2.
    
    * gnu/packages/cran.scm (r-rstan): Update to 2.21.2.
    [propagated-inputs]: Add r-withr.
---
 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 a3d6aa7..a244fed 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21290,14 +21290,14 @@ techniques to average Bayesian predictive 
distributions.")
 (define-public r-rstan
   (package
     (name "r-rstan")
-    (version "2.21.1")
+    (version "2.21.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rstan" version))
        (sha256
         (base32
-         "0fxxh2jmrgfp98195qkqli1r9ni457vnjdvqm5l91j6aagkbk8zz"))))
+         "0jh58qfrksd2j9w2zy4bajryivgp36m3xdb9mjrjqbk1ib9h83p3"))))
     (properties `((upstream-name . "rstan")))
     (build-system r-build-system)
     (arguments
@@ -21326,7 +21326,8 @@ techniques to average Bayesian predictive 
distributions.")
        ("r-rcppeigen" ,r-rcppeigen)
        ("r-rcppparallel" ,r-rcppparallel)
        ("r-stanheaders" ,r-stanheaders)
-       ("r-v8" ,r-v8)))
+       ("r-v8" ,r-v8)
+       ("r-withr" ,r-withr)))
     (home-page "https://discourse.mc-stan.org/";)
     (synopsis "R interface to Stan")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]