R Under development (unstable) (2024-10-01 r87205 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. > # 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(fdasrvf) > > test_check("fdasrvf") i Initializing... i Aligning 21 functions in SRVF space to 3 fPCA components... i Starting iteration 1... i Starting iteration 2... i Starting iteration 3... i Starting iteration 4... i Starting iteration 5... [1] 0.15604919 0.06564122 0.03321528 0.03182538 0.00000000 0.00000000 [7] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [13] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [19] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [25] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [31] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [37] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [43] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [49] 0.00000000 0.00000000 0.00000000 i Using lambda = 0 i Initializing... i Computing Karcher mean of 21 functions in SRSF space... i Entering iteration 1... ! The argument `x` is of class but has not been computed using the median as centroid type. i Rerunning `time_warping()` with `centroid_type = "median"`... i Using lambda = 0 i Initializing... i Computing Karcher median of 21 functions in SRSF space... i Entering iteration 1... ! The argument `x` is of class but has not been computed using the median as centroid type. i Rerunning `time_warping()` with `centroid_type = "median"`... i Using lambda = 0 i Initializing... i Computing Karcher median of 21 functions in SRSF space... i Entering iteration 1... i Setting up parallel computing... i Using lambda = 0 i Initializing... i Computing Karcher mean of 21 functions in SRSF space... i Entering iteration 1... ! The maximal number of iterations has been reached. Resampling as number of points on q function = 101 is not a multiple of times = 2. [ FAIL 0 | WARN 0 | SKIP 4 | PASS 163 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-align-fpca.R:21:3', 'test-boxplot.R:36:3', 'test-kmeans.R:25:3', 'test-time-warping.R:30:3' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 163 ] > > proc.time() user system elapsed 33.40 2.25 35.65