Skip to content

Commit bb435b8

Browse files
committed
update NEWS; catch a few stragglers
1 parent fb8d5ec commit bb435b8

File tree

7 files changed

+28
-16
lines changed

7 files changed

+28
-16
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: pomp
22
Type: Package
33
Title: Statistical Inference for Partially Observed Markov Processes
4-
Version: 6.0.2.0
5-
Date: 2024-12-12
4+
Version: 6.0.2.1
5+
Date: 2024-12-14
66
Authors@R: c(person(given=c("Aaron","A."),family="King",role=c("aut","cre"),email="kingaa@umich.edu",comment=c(ORCID="0000-0001-6159-3207")),
77
person(given=c("Edward","L."),family="Ionides",role="aut",comment=c(ORCID="0000-0002-4190-0174")) ,
88
person(given="Carles",family="Bretó",role="aut",comment=c(ORCID="0000-0003-4695-4902")),

R/pfilter.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ setMethod(
125125
signature=signature(data="data.frame"),
126126
definition=function (
127127
data,
128-
Np,
129128
...,
129+
Np,
130130
params, rinit, rprocess, dmeasure,
131131
pred.mean = FALSE,
132132
pred.var = FALSE,
@@ -201,8 +201,9 @@ setMethod(
201201
"pfilter",
202202
signature=signature(data="pfilterd_pomp"),
203203
function (
204-
data, Np,
204+
data,
205205
...,
206+
Np,
206207
verbose = getOption("verbose", FALSE)
207208
) {
208209

R/wpfilter.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ setMethod(
8383
signature=signature(data="data.frame"),
8484
definition=function (
8585
data,
86-
Np,
8786
...,
87+
Np,
8888
params, rinit, rprocess, dmeasure,
8989
trigger = 1, target = 0.5,
9090
verbose = getOption("verbose", FALSE)
@@ -116,8 +116,8 @@ setMethod(
116116
signature=signature(data="pomp"),
117117
definition=function (
118118
data,
119-
Np,
120119
...,
120+
Np,
121121
trigger = 1, target = 0.5,
122122
verbose = getOption("verbose", FALSE)
123123
) {

inst/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
_N_e_w_s _f_o_r _p_a_c_k_a_g_e '_p_o_m_p'
22

3+
_C_h_a_n_g_e_s _i_n '_p_o_m_p' _v_e_r_s_i_o_n _6._0._2:
4+
5+
• The ‘save.states’ option to ‘pfilter’ has changed. See
6+
‘?pfilter’ and ‘?saved_states’ for details.
7+
38
_C_h_a_n_g_e_s _i_n '_p_o_m_p' _v_e_r_s_i_o_n _6._0._1:
49

510
• In calls to ‘pomp’ elementary and inference algorithms, it is

inst/NEWS.Rd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
\name{NEWS}
22
\title{News for package `pomp'}
3+
\section{Changes in \pkg{pomp} version 6.0.2}{
4+
\itemize{
5+
\item The \code{save.states} option to \code{pfilter} has changed.
6+
See \code{?pfilter} and \code{?saved_states} for details.
7+
}
8+
}
39
\section{Changes in \pkg{pomp} version 6.0.1}{
410
\itemize{
511
\item In calls to \pkg{pomp} elementary and inference algorithms, it is now necessary to pass all arguments by name.

man/pfilter.Rd

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/wpfilter.Rd

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)