Skip to content

Commit

Permalink
Merge pull request #417 from mrc-ide/update-pepfar-datapack-2024
Browse files Browse the repository at this point in the history
update file name for 2024 datapack
  • Loading branch information
r-ash committed Dec 5, 2023
2 parents ffabd40 + 8ca4d64 commit 2a45128
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: naomi
Title: Naomi Model for Subnational HIV Estimates
Version: 2.9.17
Version: 2.9.18
Authors@R:
person(given = "Jeff",
family = "Eaton",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# naomi 2.9.18

* Change PEPFAR Data Pack file name to `pepfar_datapack_indicators_2024.csv`.

# naomi 2.9.17

* Bump version of naomi.options v1.2.0 to include defaults for 2024 HIV estimates
Expand Down
2 changes: 1 addition & 1 deletion R/outputs.R
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ save_output <- function(filename, dir,

if (export_datapack) {
write_datapack_csv(naomi_output = naomi_output,
path = "pepfar_datapack_indicators_2023.csv",
path = "pepfar_datapack_indicators_2024.csv",
psnu_level = naomi_output$fit$model_options$psnu_level)
}

Expand Down

0 comments on commit 2a45128

Please sign in to comment.