[Pomp-commits] r567 - in pkg: R inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Nov 22 22:49:11 CET 2011
Author: kingaa
Date: 2011-11-22 22:49:11 +0100 (Tue, 22 Nov 2011)
New Revision: 567
Modified:
pkg/R/bsmc.R
pkg/inst/NEWS
Log:
- update NEWS file
Modified: pkg/R/bsmc.R
===================================================================
--- pkg/R/bsmc.R 2011-11-22 21:30:22 UTC (rev 566)
+++ pkg/R/bsmc.R 2011-11-22 21:49:11 UTC (rev 567)
@@ -138,7 +138,7 @@
)
}
- for ( j in seq_len(Np) ) {
+ for (j in seq_len(Np) ) {
x.tmp <- matrix(data=x[,j],nrow=nvars,ncol=ntries)
rownames(x.tmp) <- statenames
p.tmp <- matrix(data=params[,j],nrow=npars,ncol=ntries)
Modified: pkg/inst/NEWS
===================================================================
--- pkg/inst/NEWS 2011-11-22 21:30:22 UTC (rev 566)
+++ pkg/inst/NEWS 2011-11-22 21:49:11 UTC (rev 567)
@@ -1,4 +1,8 @@
NEWS
+0.39-5
+ o Bug fix in 'bsmc' that arises when the state space is 1-D.
+ Thanks to Arnab Bhattacharya for finding the bug.
+
0.39-4
o Minor corrections to the documentation for 'spect', 'probe', and 'traj.match'.
More information about the pomp-commits
mailing list