* using log directory 'd:/Rcompile/CRANpkg/local/4.5/JuliaConnectoR.Rcheck' * using R version 4.5.1 (2025-06-13 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'JuliaConnectoR/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'JuliaConnectoR' version '1.1.4' * 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 hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'JuliaConnectoR' can be installed ... OK See 'https://www.r-project.org/nosvn/R.check/r-release-windows-x86_64/JuliaConnectoR-00install.html' for details. * 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 ... [0s] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [0s] OK * checking loading without being on the library search path ... [0s] OK * checking whether startup messages can be suppressed ... [0s] 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 ... [3s] OK * checking Rd files ... [1s] 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 ... [84s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [177s] ERROR Running 'testthat.R' [176s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(JuliaConnectoR) > library(utils) > > if (juliaSetupOk()) { + test_check("JuliaConnectoR") + } else if (Sys.getenv("GITHUB_ACTIONS") == "true") { + stop("Julia setup on GitHub Actions is not OK") + } Connecting to Julia TCP server at localhost:11980 ... Activating project at `D:\RCompile\CRANpkg\lib\4.5\JuliaConnectoR\examples\IndexedTables-Project\1_10` ┌ Warning: The active manifest file has dependencies that were resolved with a different julia version (1.10.5). Unexpected behavior may occur. └ @ nothing D:\RCompile\CRANpkg\lib\4.5\JuliaConnectoR\examples\IndexedTables-Project\1_10\Manifest.toml:0 [ FAIL 1 | WARN 0 | SKIP 5 | PASS 524 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test.R:74:4', 'test.R:1074:4', 'test.R:1113:4', 'test.R:1476:4', 'test.R:1516:4' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test.R:1050:4'): Julia startup options can be modified ──────────── capture.output(...) is empty. [ FAIL 1 | WARN 0 | SKIP 5 | PASS 524 ] Error: Test failures Execution halted * checking PDF version of manual ... [27s] OK * checking HTML version of manual ... [3s] OK * DONE Status: 1 ERROR