CRAN Package Check Results for Package ILSAstats

Last updated on 2025-12-06 00:48:45 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.0 5.99 85.46 91.45 OK
r-devel-linux-x86_64-debian-gcc 0.4.0 4.61 30.90 35.51 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.0 14.00 126.54 140.54 OK
r-devel-linux-x86_64-fedora-gcc 0.4.0 27.00 124.50 151.50 OK
r-devel-windows-x86_64 0.4.0 8.00 100.00 108.00 OK
r-patched-linux-x86_64 0.4.0 6.91 78.55 85.46 OK
r-release-linux-x86_64 0.4.0 6.63 84.00 90.63 OK
r-release-macos-arm64 0.4.0 OK
r-release-macos-x86_64 0.4.0 5.00 95.00 100.00 OK
r-release-windows-x86_64 0.4.0 8.00 101.00 109.00 OK
r-oldrel-macos-arm64 0.4.0 OK
r-oldrel-macos-x86_64 0.4.0 6.00 81.00 87.00 OK
r-oldrel-windows-x86_64 0.4.0 9.00 130.00 139.00 OK

Check Details

Version: 0.4.0
Check: examples
Result: ERROR Running examples in ‘ILSAstats-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: WeMixPV > ### Title: Survey Weighted Mixed-Effects Models with Plausible Values > ### Aliases: WeMixPV > > ### ** Examples > > # Prepare data weights > repdata2 <- repdata > repdata2$wt1 <- repdata2$wt # weight level 1 > repdata2$wt2 <- 1 # weight level 2 > > > # Null model - with PVs > ## Named list, with element names matching formula variables > pvs = list(MATH = paste0("Math",1:5)) > > > m1 <- WeMixPV(formula = MATH ~ 1 + (1|GROUP), # Intercept varies across GROUP + pvs = pvs, # Named list + data = repdata2, # Data frame + weights = c("wt1","wt2")) # Weights vector Error: For running WeMixPV, package 'WeMix' is required. Please, install it. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4.0
Check: HTML version of manual
Result: NOTE Skipping checking math rendering: package 'V8' unavailable Flavor: r-devel-linux-x86_64-debian-gcc