R Under development (unstable) (2025-02-12 r87715 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(Colossus) > > test_check("Colossus") [ FAIL 0 | WARN 0 | SKIP 22 | PASS 489 ] ══ Skipped tests (22) ══════════════════════════════════════════════════════════ • Cran Skip (22): 'test-Assigned.R:81:5', 'test-Assigned.R:253:5', 'test-Assigned.R:277:5', 'test-Cox_Regression.R:407:5', 'test-Logbound.R:39:5', 'test-Logbound.R:99:5', 'test-Logbound.R:145:5', 'test-Logbound.R:196:5', 'test-Logbound.R:248:5', 'test-Logbound.R:336:5', 'test-Logbound.R:406:5', 'test-Logbound.R:440:5', 'test-Omnibus.R:22:5', 'test-Omnibus.R:71:5', 'test-Omnibus.R:138:5', 'test-Omnibus.R:224:5', 'test-Omnibus.R:279:5', 'test-Omnibus.R:336:5', 'test-Omnibus.R:416:5', 'test-Omnibus.R:507:5', 'test-Omnibus.R:718:5', 'test-Omnibus.R:933:5' [ FAIL 0 | WARN 0 | SKIP 22 | PASS 489 ] > > proc.time() user system elapsed 19.51 3.79 234.34