R Under development (unstable) (2025-11-17 r89032 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(bigPLSR) > > test_check("bigPLSR") [ FAIL 0 | WARN 0 | SKIP 27 | PASS 12 ] ══ Skipped tests (27) ══════════════════════════════════════════════════════════ • On CRAN (26): 'test-bootstrap-summary.R:1:1', 'test-kf-pls.R:2:3', 'test-kf-pls.R:28:3', 'test-kf_pls_state.R:2:3', 'test-kf_pls_state.R:59:3', 'test-klogitpls-predict.R:2:3', 'test-parity-another.R:3:3', 'test-parity-another.R:28:3', 'test-parity.R:3:3', 'test-parity.R:21:3', 'test-plot-ellipses.R:1:1', 'test-pls2.R:2:3', 'test-pls2.R:26:3', 'test-rkhs-bigmem-predict.R:2:3', 'test-rkhs-xy.R:2:3', 'test-scores-options.R:2:3', 'test-scores-options.R:24:3', 'test-scores-options.R:70:3', 'test-simpls-speed.R:2:3', 'test-simpls-speed.R:43:3', 'test-simpls-speed.R:63:3', 'test-simpls-speed.R:92:3', 'test-simpls-speed.R:122:3', 'test-simpls-speed.R:143:5', 'test_klogitpls.R:3:3', 'test_klogitpls.R:65:3' • {RcppArmadillo} is not installed (1): 'test-helpers.R:3:1' [ FAIL 0 | WARN 0 | SKIP 27 | PASS 12 ] > > proc.time() user system elapsed 1.35 0.23 1.57