R version 4.6.0 alpha (2026-03-27 r89733 ucrt) Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(plsRglm) > > test_check("plsRglm") Loading required namespace: plsdof ____************************************************____ Only naive DoF can be used with missing data Family: binomial Link function: logit ____There are some NAs in X but not in Y____ ____Component____ 1 ____ ____Component____ 2 ____ ____Predicting X with NA in X and not in Y____ ****________________________________________________**** ____************************************************____ ____Component____ 1 ____ ____Component____ 2 ____ ____Predicting X without NA neither in X nor in Y____ ****________________________________________________**** ____************************************************____ Family: gaussian Link function: identity ____Component____ 1 ____ ____Component____ 2 ____ ____Predicting X without NA neither in X or Y____ ****________________________________________________**** NK: 1 [ FAIL 0 | WARN 0 | SKIP 9 | PASS 209 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (9): 'test-fit-aze.R:2:3', 'test-fit-backend.R:147:3', 'test-fowlkes.R:2:3', 'test-glm-cv-aze.R:2:3', 'test-glm-cv-aze.R:26:3', 'test-lm-cornell.R:2:3', 'test-lm-cornell.R:21:3', 'test-predict-options.R:2:3', 'test-predict-options.R:24:3' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 209 ] > > proc.time() user system elapsed 3.59 0.70 4.28