R Under development (unstable) (2025-11-16 r89026 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(cardinalR) > > test_check("cardinalR") v Data generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! v Multiple clusters generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! v Multiple clusters generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! v Multiple clusters generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! [ FAIL 0 | WARN 0 | SKIP 49 | PASS 123 ] ══ Skipped tests (49) ══════════════════════════════════════════════════════════ • On CRAN (49): 'test-branching.R:1:1', 'test-branching.R:10:1', 'test-branching.R:19:1', 'test-branching.R:28:1', 'test-branching.R:37:1', 'test-cone.R:1:1', 'test-cube.R:1:1', 'test-cube.R:10:1', 'test-cube.R:19:1', 'test-gaussian.R:1:1', 'test-linear.R:1:1', 'test-mobius.R:1:1', 'test-multicluster.R:1:1', 'test-polynomial.R:1:1', 'test-polynomial.R:8:1', 'test-pyramid.R:1:1', 'test-pyramid.R:12:1', 'test-pyramid.R:23:1', 'test-pyramid.R:32:1', 'test-scurve.R:1:1', 'test-scurve.R:8:1', 'test-sphere.R:1:1', 'test-sphere.R:10:1', 'test-sphere.R:19:1', 'test-sphere.R:27:1', 'test-sphere.R:35:1', 'test-sphere.R:51:1', 'test-swiss_roll.R:1:1', 'test-trefoil.R:1:1', 'test-trefoil.R:9:1', 'test-trigonometric.R:1:1', 'test-trigonometric.R:8:1', 'test-trigonometric.R:16:1', 'test-trigonometric.R:24:1', 'test-trigonometric.R:31:1', 'test-trigonometric.R:39:1', 'test-util.R:1:1', 'test-util.R:11:1', 'test-util.R:20:1', 'test-util.R:25:1', 'test-util.R:52:1', 'test-util.R:59:1', 'test-util.R:66:1', 'test-util.R:75:1', 'test-util.R:87:1', 'test-util.R:99:1', 'test-util.R:112:1', 'test-util.R:119:1', 'test-util.R:126:1' [ FAIL 0 | WARN 0 | SKIP 49 | PASS 123 ] > > proc.time() user system elapsed 6.60 0.48 7.11