Skip to content

Commit

Permalink
added vwBaseYear2024
Browse files Browse the repository at this point in the history
  • Loading branch information
hanase committed Sep 19, 2024
1 parent b490eb3 commit c0ffafc
Show file tree
Hide file tree
Showing 6 changed files with 249 additions and 7 deletions.
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
10.0-1.900x (12/22/2023)
10.0-1.900x (09/18/2024)
------
Added vwBaseYear2024 dataset.

pop.predict.subnat can handle 1x1 subnational projections.

Fix in 1x1 GQs.
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: bayesPop
Type: Package
Title: Probabilistic Population Projection
Version: 10.0-1.9015
Date: 2024-05-24
Version: 10.0-1.9016
Date: 2024-09-18
Author: Hana Sevcikova, Adrian Raftery, Thomas Buettner
Maintainer: Hana Sevcikova <[email protected]>
Depends: R (>= 3.5.0), bayesTFR (>= 7.1-0), bayesLife (>= 5.0-0), MortCast (>= 2.6-1)
Expand Down
6 changes: 3 additions & 3 deletions data-raw/convert_to_rda.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ library(data.table)
e <- new.env()

dir <- "."
datasets <- c("MLTbx", paste0("vwBaseYear", c(2010, 2012, 2015, 2017, 2019, 2022)))
#datasets <- "vwBaseYear2019"
datasets <- "MLTbx"
datasets <- c("MLTbx", paste0("vwBaseYear", c(2010, 2012, 2015, 2017, 2019, 2022, 2024)))
datasets <- "vwBaseYear2024"
#datasets <- "MLTbx"

for(f in datasets){
e[[f]] <- as.data.frame(fread(file.path(dir, paste0(f, ".txt"))))
Expand Down
Loading

0 comments on commit c0ffafc

Please sign in to comment.