CRAN Package Check Results for Package vardpoor

Last updated on 2025-12-29 19:50:28 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.20.1 12.83 80.65 93.48 ERROR
r-devel-linux-x86_64-debian-gcc 0.20.1 8.66 52.03 60.69 ERROR
r-devel-linux-x86_64-fedora-clang 0.20.1 24.00 126.25 150.25 ERROR
r-devel-linux-x86_64-fedora-gcc 0.20.1 23.00 124.26 147.26 ERROR
r-devel-windows-x86_64 0.20.1 13.00 86.00 99.00 ERROR
r-patched-linux-x86_64 0.20.1 14.34 79.46 93.80 NOTE
r-release-linux-x86_64 0.20.1 12.46 67.40 79.86 ERROR
r-release-macos-arm64 0.20.1 NOTE
r-release-macos-x86_64 0.20.1 8.00 67.00 75.00 NOTE
r-release-windows-x86_64 0.20.1 13.00 81.00 94.00 ERROR
r-oldrel-macos-arm64 0.20.1 NOTE
r-oldrel-macos-x86_64 0.20.1 8.00 49.00 57.00 NOTE
r-oldrel-windows-x86_64 0.20.1 18.00 108.00 126.00 NOTE

Additional issues

M1mac

Check Details

Version: 0.20.1
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Martins Liberts <martins.liberts@csb.gov.lv>’ Found the following URLs which should use \doi (with the DOI name only): File ‘lingini2.Rd’: http://dx.doi.org/10.1007/BF03263549 File ‘varpoord.Rd’: http://dx.doi.org/10.1007/BF03263549 Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.20.1
Check: package subdirectories
Result: NOTE Problems with news in ‘NEWS.md’: No news entries found. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.20.1
Check: Rd files
Result: NOTE checkRd: (-1) vardannual.Rd:97: Lost braces 97 | \item{ID_level2}{Optional}{variable for unit ID codes. One dimensional object convertible to one-column \code{data.table} or variable name as character, column number.} | ^ checkRd: (-1) vardannual.Rd:99: Lost braces 99 | \item{dataset}{Optional}{survey data object convertible to \code{data.table}.} | ^ checkRd: (-1) vardcrospoor.Rd:122: Lost braces 122 | \item{ind_gr}{Optional}{variable by which divided independently X matrix of the auxiliary variables for the calibration. One dimensional object convertible to one-column \code{data.table} or variable name as character, column number.} | ^ checkRd: (-1) vardcrospoor.Rd:124: Lost braces 124 | \item{use.estVar}{Logical}{value. If value is \code{TRUE}, then \code{R} function \code{estVar} is used for the estimation of covariance matrix of the residuals. If value is \code{FALSE}, then \code{R} function \code{estVar} is not used for the estimation of covariance matrix of the residuals.} | ^ checkRd: (-1) vardom_othstr.Rd:69: Lost braces 69 | \item{percentratio}{Positive}{numeric value. All linearized variables are multiplied with \code{percentratio} value, by default - 1.} | ^ checkRd: (-1) varpoord.Rd:121: Lost braces 121 | \item{month_at_work}{Variable}{for total number of month at work (sum of the number of months spent at full-time work as employee, number of months spent at part-time work as employee, number of months spent at full-time work as self-employed (including family worker), number of months spent at part-time work as self-employed (including family worker)). One dimensional object convertible to one-column \code{data.table} or variable name as character, column number.} | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.20.1
Check: examples
Result: ERROR Running examples in ‘vardpoor-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: vardannual > ### Title: Variance estimation for measures of annual net change or annual > ### for single and multistage stage cluster sampling designs > ### Aliases: vardannual > ### Keywords: vardannual > > ### ** Examples > > > ### Example > library("data.table") Attaching package: ‘data.table’ The following object is masked from ‘package:base’: %notin% > > set.seed(1) > > data("eusilc", package = "laeken") > eusilc1 <- eusilc[1:20, ] > rm(eusilc) > > dataset1 <- data.table(rbind(eusilc1, eusilc1), + year = c(rep(2010, nrow(eusilc1)), + rep(2011, nrow(eusilc1)))) > rm(eusilc1) > > dataset1[, country := "AT"] > dataset1[, half := .I - 2 * trunc((.I - 1) / 2)] > dataset1[, quarter := .I - 4 * trunc((.I - 1) / 4)] > dataset1[age < 0, age := 0] > > PSU <- dataset1[, .N, keyby = "db030"][, N := NULL][] > PSU[, PSU := trunc(runif(.N, 0, 5))] > > dataset1 <- merge(dataset1, PSU, all = TRUE, by = "db030") > rm(PSU) > > dataset1[, strata := "XXXX"] > dataset1[, employed := trunc(runif(.N, 0, 2))] > dataset1[, unemployed := trunc(runif(.N, 0, 2))] > dataset1[, labour_force := employed + unemployed] > dataset1[, id_lv2 := paste0("V", .I)] > > vardannual(Y = "employed", H = "strata", + PSU = "PSU", w_final = "rb050", + ID_level1 = "db030", ID_level2 = "id_lv2", + Dom = NULL, Z = NULL, years = "year", + subperiods = "half", dataset = dataset1, + percentratio = 100, confidence = 0.95, + method = "cros") Error in t(X) %*% A_matrix : non-conformable arguments Calls: vardannual -> lapply -> FUN -> data.table Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.20.1
Check: examples
Result: ERROR Running examples in ‘vardpoor-Ex.R’ failed The error most likely occurred in: > ### Name: vardannual > ### Title: Variance estimation for measures of annual net change or annual > ### for single and multistage stage cluster sampling designs > ### Aliases: vardannual > ### Keywords: vardannual > > ### ** Examples > > > ### Example > library("data.table") Attaching package: ‘data.table’ The following object is masked from ‘package:base’: %notin% > > set.seed(1) > > data("eusilc", package = "laeken") > eusilc1 <- eusilc[1:20, ] > rm(eusilc) > > dataset1 <- data.table(rbind(eusilc1, eusilc1), + year = c(rep(2010, nrow(eusilc1)), + rep(2011, nrow(eusilc1)))) > rm(eusilc1) > > dataset1[, country := "AT"] > dataset1[, half := .I - 2 * trunc((.I - 1) / 2)] > dataset1[, quarter := .I - 4 * trunc((.I - 1) / 4)] > dataset1[age < 0, age := 0] > > PSU <- dataset1[, .N, keyby = "db030"][, N := NULL][] > PSU[, PSU := trunc(runif(.N, 0, 5))] > > dataset1 <- merge(dataset1, PSU, all = TRUE, by = "db030") > rm(PSU) > > dataset1[, strata := "XXXX"] > dataset1[, employed := trunc(runif(.N, 0, 2))] > dataset1[, unemployed := trunc(runif(.N, 0, 2))] > dataset1[, labour_force := employed + unemployed] > dataset1[, id_lv2 := paste0("V", .I)] > > vardannual(Y = "employed", H = "strata", + PSU = "PSU", w_final = "rb050", + ID_level1 = "db030", ID_level2 = "id_lv2", + Dom = NULL, Z = NULL, years = "year", + subperiods = "half", dataset = dataset1, + percentratio = 100, confidence = 0.95, + method = "cros") Error in t(X) %*% A_matrix : non-conformable arguments Calls: vardannual -> lapply -> FUN -> data.table Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 0.20.1
Check: examples
Result: ERROR Running examples in ‘vardpoor-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: vardannual > ### Title: Variance estimation for measures of annual net change or annual > ### for single and multistage stage cluster sampling designs > ### Aliases: vardannual > ### Keywords: vardannual > > ### ** Examples > > > ### Example > library("data.table") > > set.seed(1) > > data("eusilc", package = "laeken") > eusilc1 <- eusilc[1:20, ] > rm(eusilc) > > dataset1 <- data.table(rbind(eusilc1, eusilc1), + year = c(rep(2010, nrow(eusilc1)), + rep(2011, nrow(eusilc1)))) > rm(eusilc1) > > dataset1[, country := "AT"] > dataset1[, half := .I - 2 * trunc((.I - 1) / 2)] > dataset1[, quarter := .I - 4 * trunc((.I - 1) / 4)] > dataset1[age < 0, age := 0] > > PSU <- dataset1[, .N, keyby = "db030"][, N := NULL][] > PSU[, PSU := trunc(runif(.N, 0, 5))] > > dataset1 <- merge(dataset1, PSU, all = TRUE, by = "db030") > rm(PSU) > > dataset1[, strata := "XXXX"] > dataset1[, employed := trunc(runif(.N, 0, 2))] > dataset1[, unemployed := trunc(runif(.N, 0, 2))] > dataset1[, labour_force := employed + unemployed] > dataset1[, id_lv2 := paste0("V", .I)] > > vardannual(Y = "employed", H = "strata", + PSU = "PSU", w_final = "rb050", + ID_level1 = "db030", ID_level2 = "id_lv2", + Dom = NULL, Z = NULL, years = "year", + subperiods = "half", dataset = dataset1, + percentratio = 100, confidence = 0.95, + method = "cros") Error in t(X) %*% A_matrix : non-conformable arguments Calls: vardannual -> lapply -> FUN -> data.table Execution halted Flavor: r-release-linux-x86_64

Version: 0.20.1
Check: examples
Result: ERROR Running examples in 'vardpoor-Ex.R' failed The error most likely occurred in: > ### Name: vardannual > ### Title: Variance estimation for measures of annual net change or annual > ### for single and multistage stage cluster sampling designs > ### Aliases: vardannual > ### Keywords: vardannual > > ### ** Examples > > > ### Example > library("data.table") > > set.seed(1) > > data("eusilc", package = "laeken") > eusilc1 <- eusilc[1:20, ] > rm(eusilc) > > dataset1 <- data.table(rbind(eusilc1, eusilc1), + year = c(rep(2010, nrow(eusilc1)), + rep(2011, nrow(eusilc1)))) > rm(eusilc1) > > dataset1[, country := "AT"] > dataset1[, half := .I - 2 * trunc((.I - 1) / 2)] > dataset1[, quarter := .I - 4 * trunc((.I - 1) / 4)] > dataset1[age < 0, age := 0] > > PSU <- dataset1[, .N, keyby = "db030"][, N := NULL][] > PSU[, PSU := trunc(runif(.N, 0, 5))] > > dataset1 <- merge(dataset1, PSU, all = TRUE, by = "db030") > rm(PSU) > > dataset1[, strata := "XXXX"] > dataset1[, employed := trunc(runif(.N, 0, 2))] > dataset1[, unemployed := trunc(runif(.N, 0, 2))] > dataset1[, labour_force := employed + unemployed] > dataset1[, id_lv2 := paste0("V", .I)] > > vardannual(Y = "employed", H = "strata", + PSU = "PSU", w_final = "rb050", + ID_level1 = "db030", ID_level2 = "id_lv2", + Dom = NULL, Z = NULL, years = "year", + subperiods = "half", dataset = dataset1, + percentratio = 100, confidence = 0.95, + method = "cros") Error in t(X) %*% A_matrix : non-conformable arguments Calls: vardannual -> lapply -> FUN -> data.table Execution halted Flavor: r-release-windows-x86_64

Version: 0.20.1
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64