Skip to content

Commit

Permalink
minor print statement change
Browse files Browse the repository at this point in the history
  • Loading branch information
hanase committed Nov 1, 2024
1 parent f01d309 commit d814445
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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-3
Date: 2024-10-25
Version: 7.4-3.9001
Date: 2024-10-31
Title: Bayesian Fertility Projection
Authors@R: c(person(given = "Hana",
family = "Sevcikova",
Expand Down
2 changes: 1 addition & 1 deletion R/predict_tfr.R
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ convert.tfr.trajectories <- function(dir=file.path(getwd(), 'bayesTFR.output'),
pred <- get.tfr.prediction(sim.dir=dir, subdir = subdir)
if (is.null(output.dir)) output.dir <- pred$output.directory
if(!file.exists(output.dir)) dir.create(output.dir, recursive=TRUE)
cat('Converting trajectories from', dir, '\n')
cat('Converting trajectories from', file.path(dir, subdir), '\n')
if (is.null(pred$na.index)) {
if(verbose) cat('Finding NA values in each country ...\n')
for (country in 1:pred$mcmc.set$meta$nr_countries) {
Expand Down

0 comments on commit d814445

Please sign in to comment.