diff --git a/DESCRIPTION b/DESCRIPTION index cc90f03..ffd6052 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: declared Title: Functions for Declared Missing Values -Version: 0.23.4 +Version: 0.24 Authors@R: c( person( @@ -23,7 +23,7 @@ Description: A zero dependency package containing functions to declare labels tables of frequencies and various other summary measures. Some of the base functions have been rewritten to make use of the specific information about the missing values, most importantly to distinguish - between empty and declared missing values. + between empty NA and declared NA values. Some functions have similar functionality with the corresponding ones from packages "haven" and "labelled". The aim is to ensure as much compatibility as possible with these packages, while offering an alternative in the diff --git a/R/declared_package.R b/R/declared_package.R index d5dc327..ae81999 100644 --- a/R/declared_package.R +++ b/R/declared_package.R @@ -24,8 +24,8 @@ #' \tabular{ll}{ #' Package: \tab declared\cr #' Type: \tab Package\cr -#' Version: \tab 0.23.4\cr -#' Date: \tab 2023-11-29\cr +#' Version: \tab 0.24\cr +#' Date: \tab 2023-12-07\cr #' License: \tab GPL-v3\cr #' } #' diff --git a/man/declared_package.Rd b/man/declared_package.Rd index 4e82a8b..7b47e50 100644 --- a/man/declared_package.Rd +++ b/man/declared_package.Rd @@ -21,8 +21,8 @@ of class "declared". \tabular{ll}{ Package: \tab declared\cr Type: \tab Package\cr -Version: \tab 0.23.4\cr -Date: \tab 2023-11-29\cr +Version: \tab 0.24\cr +Date: \tab 2023-12-07\cr License: \tab GPL-v3\cr } }