[r-cran-coda] 25/60: Imported Upstream version 0.13-2

Andreas Tille tille at debian.org
Fri Dec 16 12:11:24 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 bdde889986ac4f18a6d1c73200cba0cb034a3102
Author: Andreas Tille <tille at debian.org>
Date:   Fri Dec 16 12:09:58 2016 +0100

    Imported Upstream version 0.13-2
---
 DESCRIPTION | 6 +++---
 R/output.R  | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index bda147a..cc5eb8d 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,6 +1,6 @@
 Package: coda
-Version: 0.13-1
-Date: 2007-12-11
+Version: 0.13-2
+Date: 2008-05-16
 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.5.0), lattice
 Description: Output analysis and diagnostics for Markov Chain Monte
   Carlo simulations. 
 License: GPL (>= 2)
-Packaged: Tue Dec 11 18:03:26 2007; martyn
+Packaged: Fri May 16 15:44:33 2008; martyn
diff --git a/R/output.R b/R/output.R
index 5cbbdeb..029c2e0 100644
--- a/R/output.R
+++ b/R/output.R
@@ -315,7 +315,7 @@ function (stem = "", start, end, thin, quiet = FALSE)
         start & iter.v <= end
       use <- (iter.v[use.v] - start)%/%thin + 1
     }
-    if (any(use) & any(use.v)) 
+    if (length(use) > 0 && any(use.v)) 
       out[use, v] <- temp$val[inset[use.v]]
     if(!quiet)
       cat(length(use), "valid values\n")

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