[r-cran-coda] 11/60: Imported Upstream version 0.10-4

Andreas Tille tille at debian.org
Fri Dec 16 12:11:22 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 823311b795c292481253b20e8a1a2895d0abd5c5
Author: Andreas Tille <tille at debian.org>
Date:   Fri Dec 16 12:09:55 2016 +0100

    Imported Upstream version 0.10-4
---
 CHANGELOG    | 3 +++
 DESCRIPTION  | 6 +++---
 INDEX        | 6 +++---
 R/codamenu.R | 3 +++
 4 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 363ef96..2453d85 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+0.10-4
+- fixed eternal loop in codamenu() when saving plot as PostScript.
+  Thanks to Bengt Sennblad.
 
 0.12-3
 - added 'data' in lattice generics for compatibility
diff --git a/DESCRIPTION b/DESCRIPTION
index b048134..ac249ed 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,6 +1,6 @@
 Package: coda
-Version: 0.10-3
-Date: 2005-12-16
+Version: 0.10-4
+Date: 2006-03-06
 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 (>= 2.2.0), lattice
 Description: Output analysis and diagnostics for Markov Chain Monte
   Carlo simulations. 
 License: GPL Version 2 or later.
-Packaged: Fri Dec 16 13:47:28 2005; deepayan
+Packaged: Mon Mar  6 18:15:07 2006; martyn
diff --git a/INDEX b/INDEX
index 76a9a44..0c61bd9 100644
--- a/INDEX
+++ b/INDEX
@@ -1,5 +1,3 @@
-HPDinterval             Highest Posterior Density intervals
-[.mcmc                  Extract or replace parts of MCMC objects
 as.matrix.mcmc          Conversions of MCMC objects
 as.ts.mcmc              Coerce mcmc object to time series
 autocorr                Autocorrelation function for Markov chains
@@ -7,8 +5,8 @@ autocorr.diag           Autocorrelation function for Markov chains
 autocorr.plot           Plot autocorrelations for Markov Chains
 batchSE                 Batch Standard Error
 bugs2jags               Convert WinBUGS data file to JAGS data file
-coda.options            Options settings for the codamenu driver
 codamenu                Main menu driver for the coda package
+coda.options            Options settings for the codamenu driver
 crosscorr               Cross correlations for MCMC output
 crosscorr.plot          Plot image of correlation matrix
 cumuplot                Cumulative quantile plot
@@ -21,8 +19,10 @@ gelman.plot             Gelman-Rubin-Brooks plot
 geweke.diag             Geweke's convergence diagnostic
 geweke.plot             Geweke-Brooks plot
 heidel.diag             Heidelberger and Welch's convergence diagnostic
+HPDinterval             Highest Posterior Density intervals
 line                    Simple linear regression example
 mcmc                    Markov Chain Monte Carlo Objects
+[.mcmc                  Extract or replace parts of MCMC objects
 mcmc.list               Replicated Markov Chain Monte Carlo Objects
 mcmcUpgrade             Upgrade mcmc objects in obsolete format
 mcpar                   Mcpar attribute of MCMC objects
diff --git a/R/codamenu.R b/R/codamenu.R
index 011a0d4..bbcc4ef 100644
--- a/R/codamenu.R
+++ b/R/codamenu.R
@@ -899,6 +899,9 @@ function ()
           if (pick == 1) 
             break
         }
+        else {
+          break
+        }
       }
       postscript(file = ps.name)
     }

-- 
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