[Pomp-commits] r859 - in pkg/pomp: . R inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jun 6 02:03:29 CEST 2013


Author: kingaa
Date: 2013-06-06 02:03:28 +0200 (Thu, 06 Jun 2013)
New Revision: 859

Modified:
   pkg/pomp/DESCRIPTION
   pkg/pomp/R/mif.R
   pkg/pomp/inst/NEWS
Log:
- fix bug in 'continue' when 'mif2' method is used


Modified: pkg/pomp/DESCRIPTION
===================================================================
--- pkg/pomp/DESCRIPTION	2013-06-05 23:07:40 UTC (rev 858)
+++ pkg/pomp/DESCRIPTION	2013-06-06 00:03:28 UTC (rev 859)
@@ -1,8 +1,8 @@
 Package: pomp
 Type: Package
 Title: Statistical inference for partially observed Markov processes
-Version: 0.45-2
-Date: 2013-06-03
+Version: 0.45-3
+Date: 2013-06-05
 Maintainer: Aaron A. King <kingaa at umich.edu>
 Authors at R: c(person(given=c("Aaron","A."),family="King",role=c("aut","cre"),email="kingaa at umich.edu"),
 	  person(given=c("Edward","L."),family="Ionides",role=c("aut")),

Modified: pkg/pomp/R/mif.R
===================================================================
--- pkg/pomp/R/mif.R	2013-06-05 23:07:40 UTC (rev 858)
+++ pkg/pomp/R/mif.R	2013-06-06 00:03:28 UTC (rev 859)
@@ -94,7 +94,8 @@
                           tol, max.fail,
                           verbose, transform, .ndone = 0L,
                           paramMatrix = NULL,
-                          .getnativesymbolinfo = TRUE) {
+                          .getnativesymbolinfo = TRUE,
+                          ...) {
   
   gnsi <- as.logical(.getnativesymbolinfo)
 
@@ -459,7 +460,8 @@
                          tol=tol,
                          max.fail=max.fail,
                          verbose=verbose,
-                         transform=transform
+                         transform=transform,
+                         ...
                          )
             
           }

Modified: pkg/pomp/inst/NEWS
===================================================================
--- pkg/pomp/inst/NEWS	2013-06-05 23:07:40 UTC (rev 858)
+++ pkg/pomp/inst/NEWS	2013-06-06 00:03:28 UTC (rev 859)
@@ -1,4 +1,7 @@
 NEWS
+0.45-3
+     o	fix bug with 'continue' and method 'mif2'
+
 0.45-2
      o	new method to coerce 'pfilterd.pomp' objects to data-frames.
 



More information about the pomp-commits mailing list