[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/14: gnu: Add r-bayesplot.
From: |
Ricardo Wurmus |
Subject: |
09/14: gnu: Add r-bayesplot. |
Date: |
Wed, 24 Oct 2018 23:17:56 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 9b3ecb60e2bb5eabaa70d0682e99e735561ce48c
Author: Ricardo Wurmus <address@hidden>
Date: Thu Oct 25 05:16:17 2018 +0200
gnu: Add r-bayesplot.
* gnu/packages/cran.scm (r-bayesplot): New variable.
---
gnu/packages/cran.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 69ba63d..a75c19a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -36,6 +36,7 @@
#:use-module (gnu packages gcc)
#:use-module (gnu packages gnome)
#:use-module (gnu packages gtk)
+ #:use-module (gnu packages haskell)
#:use-module (gnu packages machine-learning)
#:use-module (gnu packages maths)
#:use-module (gnu packages mpi)
@@ -6423,3 +6424,34 @@ Cohen (1988).")
independence problem including two-sample, K-sample (non-parametric ANOVA),
correlation, censored, ordered and multivariate problems.")
(license license:gpl2)))
+
+(define-public r-bayesplot
+ (package
+ (name "r-bayesplot")
+ (version "1.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "bayesplot" version))
+ (sha256
+ (base32
+ "0in9cq2ybpa7njrwqx4l6nc8i01cjswsvzwlyiw465pi74aapr57"))))
+ (build-system r-build-system)
+ (inputs
+ `(("pandoc" ,ghc-pandoc)
+ ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
+ (propagated-inputs
+ `(("r-dplyr" ,r-dplyr)
+ ("r-ggplot2" ,r-ggplot2)
+ ("r-ggridges" ,r-ggridges)
+ ("r-reshape2" ,r-reshape2)
+ ("r-rlang" ,r-rlang)))
+ (home-page "http://mc-stan.org/bayesplot")
+ (synopsis "Plotting for Bayesian models")
+ (description
+ "This package provides plotting functions for posterior analysis, model
+checking, and MCMC diagnostics. The package is designed not only to provide
+convenient functionality for users, but also a common set of functions that
+can be easily used by developers working on a variety of R packages for
+Bayesian modeling.")
+ (license license:gpl3+)))
- branch master updated (9ac59ad -> 7b63047), Ricardo Wurmus, 2018/10/24
- 01/14: gnu: r-sjlabelled: Update to 1.0.14., Ricardo Wurmus, 2018/10/24
- 04/14: gnu: Add r-th-data., Ricardo Wurmus, 2018/10/24
- 03/14: gnu: Add r-sandwich., Ricardo Wurmus, 2018/10/24
- 07/14: gnu: Add r-pwr., Ricardo Wurmus, 2018/10/24
- 05/14: gnu: Add r-multcomp., Ricardo Wurmus, 2018/10/24
- 02/14: gnu: r-sjmisc: Update to 2.7.5., Ricardo Wurmus, 2018/10/24
- 08/14: gnu: Add r-coin., Ricardo Wurmus, 2018/10/24
- 09/14: gnu: Add r-bayesplot.,
Ricardo Wurmus <=
- 11/14: gnu: Add r-sjstats., Ricardo Wurmus, 2018/10/24
- 10/14: gnu: Add r-tmb., Ricardo Wurmus, 2018/10/24
- 12/14: gnu: Add r-glmmtmb., Ricardo Wurmus, 2018/10/24
- 13/14: gnu: Add r-ggeffects., Ricardo Wurmus, 2018/10/24
- 14/14: gnu: Add r-sjplot., Ricardo Wurmus, 2018/10/24
- 06/14: gnu: Add r-emmeans., Ricardo Wurmus, 2018/10/24