R Under development (unstable) (2025-08-20 r88661 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 1 noise dimensions have been generated successfully!!! v Data generation completed successfully!!! v Multiple clusters generation completed successfully!!! v 1 noise dimensions have been generated successfully!!! v Data generation completed successfully!!! v 1 noise dimensions have been generated successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! v Wavy shaped noise dimensions generation completed successfully!!! v Data generation completed successfully!!! v Data generation completed successfully!!! [ FAIL 0 | WARN 0 | SKIP 48 | PASS 0 ] ══ Skipped tests (48) ══════════════════════════════════════════════════════════ • On CRAN (48): 'test-branching.R:3:3', 'test-branching.R:12:3', 'test-branching.R:21:3', 'test-branching.R:30:3', 'test-branching.R:39:3', 'test-cone.R:3:3', 'test-cube.R:3:3', 'test-cube.R:12:3', 'test-cube.R:21:3', 'test-gaussian.R:3:3', 'test-linear.R:3:3', 'test-mobius.R:3:3', 'test-multicluster.R:27:3', 'test-polynomial.R:3:3', 'test-polynomial.R:11:3', 'test-pyramid.R:3:3', 'test-pyramid.R:15:3', 'test-pyramid.R:27:3', 'test-pyramid.R:37:3', 'test-scurve.R:3:3', 'test-scurve.R:11:3', 'test-sphere.R:3:3', 'test-sphere.R:12:3', 'test-sphere.R:21:3', 'test-sphere.R:29:3', 'test-sphere.R:41:3', 'test-sphere.R:55:3', 'test-swiss_roll.R:3:3', 'test-trefoil.R:3:3', 'test-trefoil.R:12:3', 'test-trigonometric.R:3:3', 'test-trigonometric.R:11:3', 'test-trigonometric.R:20:3', 'test-trigonometric.R:29:3', 'test-trigonometric.R:37:3', 'test-trigonometric.R:46:3', 'test-util.R:3:3', 'test-util.R:13:3', 'test-util.R:22:3', 'test-util.R:43:3', 'test-util.R:54:3', 'test-util.R:61:3', 'test-util.R:68:3', 'test-util.R:80:3', 'test-util.R:92:3', 'test-util.R:107:3', 'test-util.R:116:3', 'test-util.R:121:3' [ FAIL 0 | WARN 0 | SKIP 48 | PASS 0 ] > > proc.time() user system elapsed 5.89 0.43 6.31