Skip to content

Commit

Permalink
added include_2024
Browse files Browse the repository at this point in the history
  • Loading branch information
hanase committed Sep 11, 2024
1 parent 67a8830 commit 6898f99
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
7.4-2.90xx (2024-06-20)
7.4-2.90xx (2024-09-11)
-----
Added dataset include_2024.

Fixed bug related to a combination of ar.phase2 and missing data (thanks to Shunqi Cheng).

Added the mean variant into summary outputs.
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: bayesTFR
Version: 7.4-2.9003
Date: 2024-06-05
Version: 7.4-2.9004
Date: 2024-09-11
Title: Bayesian Fertility Projection
Author: Hana Sevcikova ([email protected]), Leontine Alkema ([email protected]), Peiran Liu ([email protected]), Adrian Raftery ([email protected]), Bailey Fosdick ([email protected]), Patrick Gerland ([email protected])
Maintainer: Hana Sevcikova <[email protected]>
Expand Down
1 change: 0 additions & 1 deletion R/plot_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,6 @@ tfr.trajectories.plot <- function(tfr.pred, country, pi=c(80, 95),
lty <- c(max.lty+1, lty)
max.lty <- max(lty)
}
main.legend <- ""
if(main.proj.name != ""){
main.legend <- if(adjusted.only) main.proj.name else paste('adj.', main.proj.name)
legend <- c(legend, main.legend)
Expand Down
6 changes: 6 additions & 0 deletions data/include_2024.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
include_2024 <- local({
e <- new.env()
load("include_2022.rda", envir= e)
e$include_2022
})

0 comments on commit 6898f99

Please sign in to comment.