R Under development (unstable) (2025-09-13 r88827 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. > if (requireNamespace("testthat", quietly = TRUE)) { + testthat::test_check("plsdof") + } else { + message("Skipping tests: 'testthat' not installed.") + } Loading required package: plsdof Loading required package: MASS [ FAIL 0 | WARN 0 | SKIP 5 | PASS 73 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • No datasets shipped (1): 'test-datasets.R:4:3' • No installed man/; skipping Rd tests (1): 'test-doc.R:4:3' • On CRAN (1): 'test-load.R:2:3' • Replace this with small, deterministic tests for plsdof's core functions. (1): 'test-todo.R:2:3' • empty test (1): 'test-exports.R:27:1' [ FAIL 0 | WARN 0 | SKIP 5 | PASS 73 ] > > proc.time() user system elapsed 0.89 0.21 1.09