R Under development (unstable) (2026-01-13 r89301 ucrt) -- "Unsuffered Consequences" 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(squat) Attaching package: 'squat' The following objects are masked from 'package:stats': dist, hclust, kmeans, smooth The following objects are masked from 'package:base': append, scale > > test_check("squat") i The maximum number of principal component is 15. i The maximum number of principal component is 15. The `original_space` boolean argument is not specified. Defaulting to TRUE. The `plane` length-2 integer vector argument is not specified. Defaulting to 1:2. i The maximum number of principal component is 15. The `original_space` boolean argument is not specified. Defaulting to TRUE. The `plane` length-2 integer vector argument is not specified. Defaulting to 1:2. The `plane` length-2 integer vector argument is not specified. Defaulting to 1:2. [ FAIL 0 | WARN 0 | SKIP 32 | PASS 31 ] ══ Skipped tests (32) ══════════════════════════════════════════════════════════ • On CRAN (32): 'test-DTW.R:1:1', 'test-interface.R:1:1', 'test-interface.R:6:1', 'test-interface.R:11:1', 'test-interface.R:23:1', 'test-interface.R:30:1', 'test-interface.R:35:1', 'test-interface.R:40:1', 'test-interface.R:45:1', 'test-qts-class.R:14:1', 'test-qts-class.R:22:1', 'test-qts-class.R:30:1', 'test-qts-class.R:45:1', 'test-qts-dist.R:1:1', 'test-qts-dist.R:8:1', 'test-qts-dist.R:13:1', 'test-qts-kmeans.R:22:1', 'test-qts-prcomp.R:1:1', 'test-qts-prcomp.R:16:1', 'test-qts-sample-class.R:1:1', 'test-qts-sample-class.R:16:1', 'test-qts-sample-class.R:22:1', 'test-qts-sample-class.R:59:1', 'test-qts-sample-class.R:70:1', 'test-qts-sample-class.R:74:1', 'test-qts-sample-class.R:88:1', 'test-qts-transformations.R:1:1', 'test-qts-transformations.R:5:1', 'test-qts-transformations.R:10:1', 'test-qts-transformations.R:15:1', 'test-qts-transformations.R:20:1', 'test-qts-transformations.R:25:1' [ FAIL 0 | WARN 0 | SKIP 32 | PASS 31 ] > > proc.time() user system elapsed 61.17 10.51 71.84