Skip to content

Commit

Permalink
update for pomp v5
Browse files Browse the repository at this point in the history
  • Loading branch information
kingaa committed Apr 6, 2023
1 parent 8dc989b commit 8082e33
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: circumstance
Type: Package
Title: pomp parallelized
Version: 0.0.5.2
Date: 2023-01-28
Version: 0.0.5.3
Date: 2023-04-06
Maintainer: Aaron A. King <kingaa@umich.edu>
Description: Helper functions for parallelizing pomp computations.
Authors@R: c(person(given=c("Aaron","A."),family="King",
Expand Down
Binary file modified tests/mif2-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/mif2-02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/mif2-03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/mif2-04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions tests/mif2.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mfs |>
mutate(iteration=as.integer(iteration)) |>
ggplot(aes(x=iteration,y=value,group=.L1))+
geom_line()+
facet_grid(variable~.,scales="free_y")+
facet_grid(name~.,scales="free_y")+
theme_bw()

mfs |>
Expand All @@ -51,7 +51,7 @@ mfs |>
mutate(iteration=as.integer(iteration)) |>
ggplot(aes(x=iteration,y=value,group=.L1))+
geom_line()+
facet_grid(variable~.,scales="free_y")+
facet_grid(name~.,scales="free_y")+
theme_bw()

mfs |>
Expand All @@ -72,7 +72,7 @@ mfs |>
mutate(iteration=as.integer(iteration)) |>
ggplot(aes(x=iteration,y=value,group=.L1))+
geom_line()+
facet_grid(variable~.,scales="free_y")+
facet_grid(name~.,scales="free_y")+
theme_bw()

mfs |>
Expand All @@ -88,7 +88,7 @@ mfs |>
mutate(iteration=as.integer(iteration)) |>
ggplot(aes(x=iteration,y=value,group=.L1))+
geom_line()+
facet_grid(variable~.,scales="free_y")+
facet_grid(name~.,scales="free_y")+
theme_bw()

dev.off()
12 changes: 6 additions & 6 deletions tests/mif2.Rout.save
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

R version 4.2.2 (2022-10-31) -- "Innocent and Trusting"
Copyright (C) 2022 The R Foundation for Statistical Computing
R version 4.2.3 (2023-03-15) -- "Shortstop Beagle"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
Expand Down Expand Up @@ -84,7 +84,7 @@ Loading required package: rngtools
+ mutate(iteration=as.integer(iteration)) |>
+ ggplot(aes(x=iteration,y=value,group=.L1))+
+ geom_line()+
+ facet_grid(variable~.,scales="free_y")+
+ facet_grid(name~.,scales="free_y")+
+ theme_bw()
Warning message:
Removed 3 rows containing missing values (`geom_line()`).
Expand All @@ -111,7 +111,7 @@ Removed 3 rows containing missing values (`geom_line()`).
+ mutate(iteration=as.integer(iteration)) |>
+ ggplot(aes(x=iteration,y=value,group=.L1))+
+ geom_line()+
+ facet_grid(variable~.,scales="free_y")+
+ facet_grid(name~.,scales="free_y")+
+ theme_bw()
Warning message:
Removed 3 rows containing missing values (`geom_line()`).
Expand Down Expand Up @@ -141,7 +141,7 @@ Removed 3 rows containing missing values (`geom_line()`).
+ mutate(iteration=as.integer(iteration)) |>
+ ggplot(aes(x=iteration,y=value,group=.L1))+
+ geom_line()+
+ facet_grid(variable~.,scales="free_y")+
+ facet_grid(name~.,scales="free_y")+
+ theme_bw()
Warning message:
Removed 3 rows containing missing values (`geom_line()`).
Expand All @@ -159,7 +159,7 @@ Removed 3 rows containing missing values (`geom_line()`).
+ mutate(iteration=as.integer(iteration)) |>
+ ggplot(aes(x=iteration,y=value,group=.L1))+
+ geom_line()+
+ facet_grid(variable~.,scales="free_y")+
+ facet_grid(name~.,scales="free_y")+
+ theme_bw()
Warning message:
Removed 3 rows containing missing values (`geom_line()`).
Expand Down
4 changes: 2 additions & 2 deletions tests/pfilter.Rout.save
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

R version 4.2.2 (2022-10-31) -- "Innocent and Trusting"
Copyright (C) 2022 The R Foundation for Statistical Computing
R version 4.2.3 (2023-03-15) -- "Shortstop Beagle"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
Expand Down

0 comments on commit 8082e33

Please sign in to comment.