R Under development (unstable) (2023-12-04 r85659 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(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\CRANincoming\R-devel\lib\JuliaConnectoR\examples\IndexedTables-Project\1_6` ┌ Warning: The active manifest file is an older format with no julia version entry. Dependencies may have been resolved with a different julia version. └ @ nothing D:\RCompile\CRANincoming\R-devel\lib\JuliaConnectoR\examples\IndexedTables-Project\1_6\Manifest.toml:0 [ FAIL 0 | WARN 0 | SKIP 4 | PASS 515 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test.R:74:4', 'test.R:1074:4', 'test.R:1463:4', 'test.R:1503:4' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 515 ] > > proc.time() user system elapsed 4.75 0.76 136.46