[r-cran-coda] 05/60: Imported Upstream version 0.9-5

Andreas Tille tille at debian.org
Fri Dec 16 12:11:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-coda.

commit e08b96984e3c4ab037c8ec80b6644aae0aff1c9d
Author: Andreas Tille <tille at debian.org>
Date:   Fri Dec 16 12:09:54 2016 +0100

    Imported Upstream version 0.9-5
---
 CHANGELOG   | 5 +++++
 DESCRIPTION | 6 +++---
 R/output.R  | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 2ebd83a..22775f3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+0.9-5
+
+- Fixed bug in summary.mcmc (safespec0 misspelled) which affected
+  univariate chains.
+
 0.9-4
 
 - Fixed documentation errors.
diff --git a/DESCRIPTION b/DESCRIPTION
index d8c6270..f53fe1e 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,6 +1,6 @@
 Package: coda
-Version: 0.9-4
-Date: 2005/4/28
+Version: 0.9-5
+Date: 2005/5/4
 Title: Output analysis and diagnostics for MCMC
 Author: Martyn Plummer, Nicky Best, Kate Cowles, Karen Vines
 Maintainer: Martyn Plummer <plummer at iarc.fr>
@@ -8,4 +8,4 @@ Depends: R (>= 1.9)
 Description: Output analysis and diagnostics for Markov Chain Monte Carlo simulations.
 License: GPL Version 2 or later.
 URL: http://www-fis.iarc.fr/coda/
-Packaged: Thu Apr 28 10:45:16 2005; martyn
+Packaged: Wed May  4 14:51:50 2005; martyn
diff --git a/R/output.R b/R/output.R
index 8099f68..ba11f2b 100644
--- a/R/output.R
+++ b/R/output.R
@@ -379,7 +379,7 @@ function (x, smooth = TRUE, col = 1:6, type = "l", ylab = "",
   else {
     xmean <- mean(x, na.rm = TRUE)
     xvar <- var(x, na.rm = TRUE)
-    xtsvar <- safespec(x)
+    xtsvar <- safespec0(x)
     varquant <- quantile(x, quantiles)
   }
   varstats[, 1] <- xmean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-coda.git



More information about the debian-science-commits mailing list