[Pomp-commits] r1098 - in pkg/pomp: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Feb 26 10:43:05 CET 2015
Author: kingaa
Date: 2015-02-26 10:43:04 +0100 (Thu, 26 Feb 2015)
New Revision: 1098
Modified:
pkg/pomp/NAMESPACE
pkg/pomp/inst/NEWS
pkg/pomp/inst/NEWS.Rd
Log:
- re-export 'pompLoad' and 'pompUnload'
Modified: pkg/pomp/NAMESPACE
===================================================================
--- pkg/pomp/NAMESPACE 2015-02-26 09:43:02 UTC (rev 1097)
+++ pkg/pomp/NAMESPACE 2015-02-26 09:43:04 UTC (rev 1098)
@@ -57,6 +57,7 @@
exportMethods(
pomp,
plot,show,print,coerce,summary,logLik,window,"$",
+ pompLoad,pompUnload,
dprocess,rprocess,rmeasure,dmeasure,init.state,skeleton,
dprior,rprior,
data.array,obs,partrans,coef,"coef<-",
Modified: pkg/pomp/inst/NEWS
===================================================================
--- pkg/pomp/inst/NEWS 2015-02-26 09:43:02 UTC (rev 1097)
+++ pkg/pomp/inst/NEWS 2015-02-26 09:43:04 UTC (rev 1098)
@@ -5,8 +5,10 @@
• When using ‘Csnippet’s or ‘pompBuilder’, it is no longer
necessary to manually load and unload the dynamically
loadable library. This is now handled automatically.
- Accordingly, the ‘link’ argument of ‘pompBuilder’ and the
- ‘pompLoad’ and ‘pompUnload’ functions have been removed.
+ Accordingly, the ‘link’ argument of ‘pompBuilder’ has been
+ removed. The ‘pompLoad’ and ‘pompUnload’ functions
+ introduced in 0.58-1 remain available, though they should
+ rarely be needed.
_C_h_a_n_g_e_s _i_n '_p_o_m_p' _v_e_r_s_i_o_n _0._6_0-_1:
Modified: pkg/pomp/inst/NEWS.Rd
===================================================================
--- pkg/pomp/inst/NEWS.Rd 2015-02-26 09:43:02 UTC (rev 1097)
+++ pkg/pomp/inst/NEWS.Rd 2015-02-26 09:43:04 UTC (rev 1098)
@@ -4,7 +4,8 @@
\itemize{
\item When using \code{Csnippet}s or \code{pompBuilder}, it is no longer necessary to manually load and unload the dynamically loadable library.
This is now handled automatically.
- Accordingly, the \code{link} argument of \code{pompBuilder} and the \code{pompLoad} and \code{pompUnload} functions have been removed.
+ Accordingly, the \code{link} argument of \code{pompBuilder} has been removed.
+ The \code{pompLoad} and \code{pompUnload} functions introduced in 0.58-1 remain available, though they should rarely be needed.
}
}
\section{Changes in \pkg{pomp} version 0.60-1}{
More information about the pomp-commits
mailing list