[Pomp-commits] r731 - in pkg/pomp: . inst src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jun 18 16:30:28 CEST 2012
Author: kingaa
Date: 2012-06-18 16:30:28 +0200 (Mon, 18 Jun 2012)
New Revision: 731
Modified:
pkg/pomp/DESCRIPTION
pkg/pomp/inst/NEWS
pkg/pomp/src/pomp.h
Log:
- update NEWS file
- minor changes to 'pomp.h'
Modified: pkg/pomp/DESCRIPTION
===================================================================
--- pkg/pomp/DESCRIPTION 2012-06-12 16:46:07 UTC (rev 730)
+++ pkg/pomp/DESCRIPTION 2012-06-18 14:30:28 UTC (rev 731)
@@ -2,7 +2,7 @@
Type: Package
Title: Statistical inference for partially observed Markov processes
Version: 0.42-6
-Date: 2012-06-01
+Date: 2012-06-18
Author: Aaron A. King, Edward L. Ionides, Carles Breto, Steve Ellner, Bruce Kendall, Helen Wearing, Matthew J. Ferrari, Michael Lavine, Daniel C. Reuman
Maintainer: Aaron A. King <kingaa at umich.edu>
URL: http://pomp.r-forge.r-project.org
Modified: pkg/pomp/inst/NEWS
===================================================================
--- pkg/pomp/inst/NEWS 2012-06-12 16:46:07 UTC (rev 730)
+++ pkg/pomp/inst/NEWS 2012-06-18 14:30:28 UTC (rev 731)
@@ -1,4 +1,15 @@
NEWS
+0.42-6
+ o Improve error checking in 'pomp'.
+
+ o Add support for covariates to 'pompBuilder'.
+
+ o Add native parameter transformation routines to the demos.
+
+ o Change the warning behavior in 'lookup_table' so that warnings are not generated unless true extrapolation is performed (i.e., eliminate the warnings at the boundary).
+
+ o Some small modifications to the 'pomp.h' header file.
+
0.42-4
o When 'trajectory' calls 'ode', there is a need to preserve information across calls to the vectorfield-evaluating function.
The code has been modified to do this in a cleaner way.
Modified: pkg/pomp/src/pomp.h
===================================================================
--- pkg/pomp/src/pomp.h 2012-06-12 16:46:07 UTC (rev 730)
+++ pkg/pomp/src/pomp.h 2012-06-18 14:30:28 UTC (rev 731)
@@ -6,6 +6,7 @@
#include <R.h>
#include <Rmath.h>
#include <Rdefines.h>
+#include <R_ext/Rdynload.h>
// facility for extracting R objects from the 'userdata' slot
const SEXP get_pomp_userdata (const char *name);
More information about the pomp-commits
mailing list