Skip to content

Commit

Permalink
remove banner; fix typo; update roxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
kingaa committed Jan 23, 2024
1 parent 37318fd commit 08eb233
Show file tree
Hide file tree
Showing 118 changed files with 181 additions and 846 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: pomp
Type: Package
Title: Statistical Inference for Partially Observed Markov Processes
Version: 5.5.1.1
Date: 2024-01-11
Version: 5.5.2.0
Date: 2024-01-22
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")),
person(given=c("Edward","L."),family="Ionides",role="aut",comment=c(ORCID="0000-0002-4190-0174")) ,
person(given="Carles",family="Bretó",role="aut",comment=c(ORCID="0000-0003-4695-4902")),
Expand All @@ -29,7 +29,7 @@ LazyData: true
BugReports: https://github.com/kingaa/pomp/issues/
Encoding: UTF-8
Roxygen: list(roclets = c("collate", "namespace", "rd"))
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Collate:
'package.R'
'pstop.R'
Expand Down
4 changes: 2 additions & 2 deletions R/logmeanexp.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##' The log-mean-exp trick
##'
##' \code{logmeanexp} computes \deqn{\log\frac{1}{N}\sum_{n=1}^N\!e^x_i,}{log
##' mean exp(x_i),} avoiding over- and under-flow in doing so. It can
##' \code{logmeanexp} computes \deqn{\log\frac{1}{n}\sum_{i=1}^n\!e^{x_i},}{log
##' mean exp(x),} avoiding over- and under-flow in doing so. It can
##' optionally return an estimate of the standard error in this quantity.
##'
##' When \code{se = TRUE}, \code{logmeanexp} uses a jackknife estimate of the
Expand Down
28 changes: 11 additions & 17 deletions R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
##' inference methods for \acronym{POMP} models can be implemented.
##'
##' @name pomp-package
##' @aliases pomp,package
##' @docType package
##' @aliases pomp,package pomp-package
##' @author Aaron A. King
##' @family implementation information
##' @family pomp workhorses
Expand Down Expand Up @@ -92,20 +91,15 @@
##'
##' @useDynLib pomp, .registration = TRUE, .fixes="P_"
##' @import methods
NULL
"_PACKAGE"

.onAttach <- function (...) {
.banner()
}
## .onAttach <- function (...) {
## .banner()
## }

.banner <- function (...) {
msg <- r"{
Welcome to pomp!
As of version 4.6, no user-visible pomp function has a name that
includes a dot ('.'). Function names have been changed to replace the dot
with an underscore ('_'). For more information, see the pomp blog:
https://kingaa.github.io/pomp/blog.html.
}"
packageStartupMessage("\n",paste(strwrap(msg),collapse="\n"),"\n")
}
## .banner <- function (...) {
## msg <- r"{
## Welcome to pomp!
## }"
## packageStartupMessage("\n",paste(strwrap(msg),collapse="\n"),"\n")
## }
6 changes: 3 additions & 3 deletions man/abc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/basic_probes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/coef.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/cond_logLik.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/covmat.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/eff_sample_size.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/filter_mean.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/filter_traj.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/flow.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/forecast.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/loglik.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/logmeanexp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/nlf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/obs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/parameter_trans.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions man/pomp-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/pomp_fun.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/pred_mean.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/pred_var.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/probe.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/probe_match.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/saved_states.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/spect.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/spect_match.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/spy.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/states.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/summary.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/traces.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/traj_match.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/trajectory.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 08eb233

Please sign in to comment.