R Under development (unstable) (2025-08-23 r88688 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. > library("ccTensor") > library("nnTensor") > library("testthat") > > # Setting > options(testthat.use_colours = FALSE) > > test_file("testthat/test_CUR.R") ══ Testing test_CUR.R ══════════════════════════════════════════════════════════ [ FAIL 0 | WARN 0 | SKIP 0 | PASS 0 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 1 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 2 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 3 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 4 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 5 ] Done! > test_file("testthat/test_CX.R") ══ Testing test_CX.R ═══════════════════════════════════════════════════════════ [ FAIL 0 | WARN 0 | SKIP 0 | PASS 0 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 1 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 2 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 3 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 4 ] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 5 ] Done! > test_file("testthat/test_MultiCX.R") ══ Testing test_MultiCX.R ══════════════════════════════════════════════════════ [ FAIL 0 | WARN 0 | SKIP 0 | PASS 0 ] [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ── Error ('test_MultiCX.R:14:1'): (code run outside of `test_that()`) ────────── Error in `ttl(out1$U, list(out1$C[[1]]$C, out1$C[[2]]$C, out1$C[[3]]$C), m = 1:3)`: could not find function "ttl" Backtrace: ▆ 1. └─testthat::expect_equivalent(...) at test_MultiCX.R:14:1 2. └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] > > proc.time() user system elapsed 3.09 0.57 3.79