Skip to content

Commit

Permalink
help files fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hanase committed Dec 5, 2024
1 parent 2c63066 commit 1aa8af6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
5.3-0 (11/01/2024)
5.3-0/1 (11/05/2024)
-----
Added dataset include_2024.

Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: bayesLife
Type: Package
Title: Bayesian Projection of Life Expectancy
Version: 5.3-0.9001
Date: 2024-12-04
Version: 5.3-1
Date: 2024-12-05
Authors@R: c(person(given = "Hana",
family = "Sevcikova",
role = c("cre", "aut"),
Expand Down
4 changes: 2 additions & 2 deletions man/write.projection.summary.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ write.e0.projection.summary(dir = file.path(getwd(), "bayesLife.output"),
}
\details{
The first file that the function creates is called \file{projection_summary_user_friendly.csv}, it is a comma-separated table with the following columns:
\itemize{\item{\dQuote{country_name}: }{country name}
\describe{\item{\dQuote{country_name}: }{country name}
\item{\dQuote{country_code}: }{country code}
\item{\dQuote{variant}: }{name of the variant, such as \dQuote{median}, \dQuote{lower 80}, \dQuote{upper 80}, \dQuote{lower 95}, \dQuote{upper 95}, \dQuote{constant}}
\item{period1: }{e.g. \dQuote{2010-2015}: life expectancy for the first time period}
Expand All @@ -28,7 +28,7 @@ The first file that the function creates is called \file{projection_summary_user
}

The second file, called \file{projection_summary.csv}, also comma-separated table, contains the same information as above in a UN-specific format:
\itemize{\item{\dQuote{RevID}: }{revision number, passed to the function as an argument;}
\describe{\item{\dQuote{RevID}: }{revision number, passed to the function as an argument;}
\item{\dQuote{VarID}: }{variant identifier, extracted from the \code{\link[bayesTFR]{UN_variants}} dataset in the \pkg{bayesTFR} package;}
\item{\dQuote{LocID}: }{country code;}
\item{\dQuote{TimeID}: }{time identifier, extracted from the \code{\link[bayesTFR]{UN_time}} dataset in the \pkg{bayesTFR} package;}
Expand Down

0 comments on commit 1aa8af6

Please sign in to comment.