R Under development (unstable) (2025-11-22 r89050 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(TFORGE) > > # from part of testthat:::on_cran (ignoring the interactive part) > # do a fast check unless NOT_CRAN is explicitly true > # see tests/testthat/helper-skips.R > if (!isTRUE(as.logical(Sys.getenv("NOT_CRAN", "false")))){ + Sys.setenv("FAST_CHECK" = "true") + } > > test_check("TFORGE") [ FAIL 0 | WARN 0 | SKIP 33 | PASS 198 ] ══ Skipped tests (33) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-ss1.R:57:3', 'test-ss1fixedtrace.R:46:3', 'test-ss1fixedtrace.R:79:3', 'test-ss1fixedtrace.R:96:3', 'test-ss1fixedtrace_CI.R:2:3', 'test-unconstrained.R:15:3', 'test-unconstrained.R:29:3', 'test-unconstrained_aGOE.R:127:3', 'test-unconstrained_aGOE.R:175:3', 'test-unconstrained_aGOE.R:433:3' • Slow test skipped. (22): 'test-fixedtrace.R:71:3', 'test-fixedtrace.R:101:3', 'test-fixedtrace.R:119:3', 'test-fixedtrace_CI.R:21:3', 'test-multiplicity.R:53:3', 'test-multiplicity.R:91:3', 'test-multiplicity.R:121:3', 'test-multiplicity.R:150:3', 'test-multiplicity.R:248:3', 'test-multiplicity_nonnegative.R:2:3', 'test-multiplicity_nonnegative.R:28:3', 'test-multiplicity_nonnegative.R:55:3', 'test-multiplicity_nonnegative.R:79:3', 'test-rsymm_t.R:2:3', 'test-ss1fixedtrace.R:2:3', 'test-unconstrained.R:43:3', 'test-unconstrained_aGOE.R:28:3', 'test-unconstrained_aGOE.R:60:3', 'test-unconstrained_aGOE.R:213:3', 'test-unconstrained_aGOE.R:259:3', 'test-unconstrained_aGOE.R:312:3', 'test-unconstrained_aGOE.R:472:3' • slow (1): 'test-mmean.R:15:3' [ FAIL 0 | WARN 0 | SKIP 33 | PASS 198 ] > > proc.time() user system elapsed 16.90 0.87 17.76