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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Mar 5 15:44:42 CET 2015


Author: kingaa
Date: 2015-03-05 15:44:42 +0100 (Thu, 05 Mar 2015)
New Revision: 1137

Modified:
   pkg/pomp/DESCRIPTION
   pkg/pomp/R/mif.R
Log:
- in 'mif', var.factor=1 is the default.  Remove stray error blocking this.

Modified: pkg/pomp/DESCRIPTION
===================================================================
--- pkg/pomp/DESCRIPTION	2015-03-05 13:21:07 UTC (rev 1136)
+++ pkg/pomp/DESCRIPTION	2015-03-05 14:44:42 UTC (rev 1137)
@@ -1,7 +1,7 @@
 Package: pomp
 Type: Package
 Title: Statistical Inference for Partially Observed Markov Processes
-Version: 0.62-6
+Version: 0.62-7
 Date: 2015-03-05
 Authors at R: c(person(given=c("Aaron","A."),family="King",
 		role=c("aut","cre"),email="kingaa at umich.edu"),

Modified: pkg/pomp/R/mif.R
===================================================================
--- pkg/pomp/R/mif.R	2015-03-05 13:21:07 UTC (rev 1136)
+++ pkg/pomp/R/mif.R	2015-03-05 14:44:42 UTC (rev 1137)
@@ -408,8 +408,6 @@
 
             if (missing(Np))
               stop("mif error: ",sQuote("Np")," must be specified",call.=FALSE)
-            if (missing(var.factor))
-              stop("mif error: ",sQuote("var.factor")," must be specified",call.=FALSE)
 
             cooling.type <- match.arg(cooling.type)
             



More information about the pomp-commits mailing list