R version 4.4.0 beta (2024-04-14 r86421 ucrt) -- "Puppy Cup" 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(cardinalR) > > test_check("cardinalR") [ FAIL 0 | WARN 0 | SKIP 67 | PASS 0 ] ══ Skipped tests (67) ══════════════════════════════════════════════════════════ • On CRAN (67): 'test-branching.R:3:3', 'test-branching.R:28:3', 'test-branching.R:53:3', 'test-branching.R:78:3', 'test-branching.R:103:3', 'test-branching.R:128:3', 'test-branching.R:172:3', 'test-branching.R:197:3', 'test-circulars.R:3:3', 'test-circulars.R:31:3', 'test-circulars.R:59:3', 'test-circulars.R:87:3', 'test-clustering.R:3:3', 'test-clustering.R:136:3', 'test-clustering.R:333:3', 'test-clustering.R:421:3', 'test-clustering.R:513:3', 'test-clustering.R:546:3', 'test-clustering.R:579:3', 'test-clustering.R:612:3', 'test-clustering.R:645:3', 'test-clustering.R:678:3', 'test-clustering.R:711:3', 'test-clustering.R:744:3', 'test-clustering.R:768:3', 'test-clustering.R:792:3', 'test-grid.R:3:3', 'test-grid.R:39:3', 'test-grid.R:67:3', 'test-grid.R:96:3', 'test-grid.R:125:3', 'test-grid.R:154:3', 'test-highd_obj.R:3:3', 'test-highd_obj.R:31:3', 'test-highd_obj.R:59:3', 'test-highd_obj.R:87:3', 'test-highd_obj.R:129:3', 'test-highd_obj.R:157:3', 'test-linear.R:3:3', 'test-linear.R:59:3', 'test-linear.R:90:3', 'test-linear.R:124:3', 'test-linear.R:158:3', 'test-linear.R:192:3', 'test-linear.R:226:3', 'test-linear.R:260:3', 'test-mobius_clust.R:3:3', 'test-mobius_clust.R:28:3', 'test-nonlinear.R:3:3', 'test-nonlinear.R:23:3', 'test-nonlinear.R:42:3', 'test-nonlinear.R:62:3', 'test-nonlinear.R:81:3', 'test-nonlinear.R:101:3', 'test-nonlinear.R:121:3', 'test-nonlinear.R:141:3', 'test-s_curve.R:3:3', 'test-s_curve.R:31:3', 'test-s_curve.R:58:3', 'test-s_curve.R:86:3', 'test-s_curve.R:114:3', 'test-sphere.R:3:3', 'test-sphere.R:41:3', 'test-triangular.R:3:3', 'test-triangular.R:30:3', 'test-util.R:3:3', 'test-util.R:38:3' [ FAIL 0 | WARN 0 | SKIP 67 | PASS 0 ] > > proc.time() user system elapsed 5.26 0.54 5.81