R Under development (unstable) (2025-01-13 r87564 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. > # 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(fdacluster) > > test_check("fdacluster") Information about the data set: - Number of observations: 30 - Number of dimensions: 1 - Number of points: 30 Information about cluster initialization: - Number of clusters: 2 - Initial seeds for cluster centers: 1 21 Information about the methods used within the algorithm: - Warping method: affine - Center method: mean - Dissimilarity method: pearson - Optimization method: bobyqa Information about warping parameter bounds: - Warping options: 0.1500 0.1500 Information about convergence criteria: - Maximum number of iterations: 100 - Distance relative tolerance: 0.001 Information about parallelization setup: - Number of threads: 1 - Parallel method: 0 Other information: - Use fence to robustify: 0 - Check total dissimilarity: 1 - Compute overall center: 0 Running k-centroid algorithm: - Iteration #1 * Size of cluster #0: 20 * Size of cluster #1: 10 - Iteration #2 * Size of cluster #0: 20 * Size of cluster #1: 10 Active stopping criteria: - Memberships did not change. [ FAIL 0 | WARN 0 | SKIP 2 | PASS 298 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-fdakmeans.R:165:3', 'test-fdakmeans.R:212:3' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 298 ] > > proc.time() user system elapsed 120.34 90.23 210.54