From ba2a1436d8fd8bedb596d792a65517facd2815cc Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Thu, 19 Mar 2020 23:52:50 +0100 Subject: gnu: Add r-boa. * gnu/packages/cran.scm (r-boa): New variable. Signed-off-by: Danny Milosavljevic --- gnu/packages/cran.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index a001e135e6..e022651616 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+))) -- cgit v1.2.3