* using log directory ‘/Users/ripley/R/packages/tests-devel/TFORGE.Rcheck’ * using R Under development (unstable) (2025-12-04 r89094) * using platform: aarch64-apple-darwin25.1.0 * R was compiled by Apple clang version 17.0.0 (clang-1700.6.3.2) GNU Fortran (GCC) 14.2.0 * running under: macOS Tahoe 26.1 * using session charset: UTF-8 * using option ‘--no-stop-on-test-error’ * checking for file ‘TFORGE/DESCRIPTION’ ... OK * this is package ‘TFORGE’ version ‘0.1.14’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘TFORGE’ can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ ERROR Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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") Saving _problems/test-multiplicity-242.R [ FAIL 1 | 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' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-multiplicity.R:242:3'): xicovar() matches simulated sample covariance of xi with fixed eigenvectors ── Expected `emcov_semi` to equal `thecov`. Differences: 1/9 mismatches [1] 0.129 - 0.167 == -0.038 [ FAIL 1 | WARN 0 | SKIP 33 | PASS 198 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... OK * checking HTML version of manual ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR See ‘/Users/ripley/R/packages/tests-devel/TFORGE.Rcheck/00check.log’ for details. 25.86 real 21.25 user 3.79 sys