new pkg version ready

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-09-23 12:26:44 +02:00
commit 1d6a4543b0
No known key found for this signature in database
7 changed files with 418 additions and 95 deletions

View file

@ -317,7 +317,7 @@ validation_lib <- function(name = NULL) {
"missings" = function(x) {
### Placeholder for missingness validation
list(
string = i18n$t("There are {p_miss} % missing observations."),
string = i18n$t("There is a total of {p_miss} % missing observations."),
summary.fun = missings_validate,
summary.fun.args = list(
data = x