guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Add r-boa.


From: guix-commits
Subject: 02/02: gnu: Add r-boa.
Date: Sat, 21 Mar 2020 09:17:38 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit ba2a1436d8fd8bedb596d792a65517facd2815cc
Author: Danny Milosavljevic <address@hidden>
AuthorDate: Thu Mar 19 23:52:50 2020 +0100

    gnu: Add r-boa.
    
    * gnu/packages/cran.scm (r-boa): New variable.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a001e13..e022651 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20823,3 +20823,24 @@ function @code{[} and replacement function @code{[<-} 
of custom matrix-like
 types (based on S3, S4, etc.), modeled as closely to the base matrix class
 as possible (with tests to prove it).")
     (license license:expat)))
+
+(define-public r-boa
+  (package
+    (name "r-boa")
+    (version "1.1.8-2")
+    (source
+     (origin
+      (method url-fetch)
+      (uri (cran-uri "boa" version))
+      (sha256
+       (base32
+        "04lhqk5qfvaz1jk90glr2yi5vq7cdy0w8m6g2lnzk359l9y41zhp"))))
+    (properties `((upstream-name . "boa")))
+    (build-system r-build-system)
+    (home-page "http://www.jstatsoft.org/v21/i11";)
+    (synopsis "Library for @dfn{Bayesian Output Analysis Program} (BOA) for 
MCMC")
+    (description
+     "This package provides a menu-driven program and library of functions for
+carrying out convergence diagnostics and statistical and graphical analysis of
+@dfn{Markov chain Monte Carlo} (MCMC) sampling output.")
+    (license license:gpl2+)))



reply via email to

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