R Under development (unstable) (2025-09-11 r88813 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) > > test_check('robustfa') Loading required package: robustfa Loading required package: rrcov Loading required package: robustbase Scalable Robust Estimators with High Breakdown Point (version 1.7-7) Exports listed but not found in namespace: getScores, getCenter, getQuan, getLoadings, show, getEigenvalues, getSdev [ FAIL 0 | WARN 0 | SKIP 5 | PASS 7 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-examples.R:2:3' • Skipping (2): 'test-docs-exports.R:2:3', 'test-exports.R:2:3' • add function-level tests (1): 'test-todo.R:1:33' • empty test (1): 'test-callable-exports.R:1:1' [ FAIL 0 | WARN 0 | SKIP 5 | PASS 7 ] > > proc.time() user system elapsed 0.73 0.17 0.90