Skip to content

Commit

Permalink
spy examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kingaa committed Sep 5, 2024
1 parent bd1f468 commit 7238605
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 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.10.0.1
Date: 2024-07-02
Version: 5.10.0.2
Date: 2024-09-05
Authors@R: c(person(given=c("Aaron","A."),family="King",role=c("aut","cre"),email="[email protected]",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 Down
1 change: 1 addition & 0 deletions R/spy.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
##' @aliases spy,missing-method spy,ANY-method
##' @param object the object whose structure we wish to examine
##' @seealso Csnippet
##' @example examples/spy.R
##' @family extraction methods
##'
NULL
Expand Down
5 changes: 5 additions & 0 deletions examples/spy.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ricker() |> spy()

sir() |> spy()

sir2() |> spy()
7 changes: 7 additions & 0 deletions man/spy.Rd

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

0 comments on commit 7238605

Please sign in to comment.