R Under development (unstable) (2024-01-07 r85787 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(TDApplied) > > test_check("TDApplied") [ FAIL 0 | WARN 0 | SKIP 21 | PASS 337 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (16): 'test-bootstrap.R:4:3', 'test-bootstrap.R:93:3', 'test-inference.R:36:3', 'test-inference.R:79:3', 'test-kmeans.R:103:3', 'test-kmeans.R:216:3', 'test-kmeans.R:231:3', 'test-pca.R:89:3', 'test-representatives.R:60:3', 'test-svm.R:24:3', 'test-svm.R:40:3', 'test-svm.R:61:3', 'test-svm.R:95:3', 'test-svm.R:121:3', 'test-svm.R:218:3', 'test-svm.R:233:3' • T is TRUE (5): 'test-python.R:7:3', 'test-python.R:19:3', 'test-python.R:43:3', 'test-python.R:77:3', 'test-python.R:88:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 337 ] > > proc.time() user system elapsed 13.92 0.85 111.03