R Under development (unstable) (2024-12-05 r87423 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(JuliaCall) > > test_check("JuliaCall") [ FAIL 0 | WARN 0 | SKIP 34 | PASS 0 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • On CRAN (34): 'test_AD.R:7:5', 'test_AD.R:20:5', 'test_AD.R:45:5', 'test_JuliaObject.R:4:5', 'test_JuliaObject.R:33:5', 'test_JuliaObject.R:51:5', 'test_JuliaObject.R:67:5', 'test_JuliaTuple.R:4:5', 'test_RCall.R:4:5', 'test_arguments.R:4:5', 'test_array_related_dispatching.R:4:5', 'test_array_related_dispatching.R:14:5', 'test_array_related_dispatching.R:24:5', 'test_array_related_dispatching.R:34:5', 'test_asR.R:4:5', 'test_autowrap_JuliaObject.R:4:5', 'test_basic.R:4:5', 'test_basic.R:22:5', 'test_dispatch.R:31:5', 'test_dispatch.R:50:5', 'test_dispatch.R:62:5', 'test_dispatch.R:79:5', 'test_dispatch.R:87:5', 'test_error.R:4:5', 'test_ifelse_related_dispatching.R:4:5', 'test_ifelse_related_dispatching.R:18:5', 'test_ifelse_related_dispatching.R:34:5', 'test_ifelse_related_dispatching.R:57:5', 'test_julia_package.R:4:5', 'test_julia_source.R:4:5', 'test_pkgwrap.R:4:5', 'test_rebuild.R:4:5', 'test_rmd.R:4:5', 'test_rmd_error.R:4:5' [ FAIL 0 | WARN 0 | SKIP 34 | PASS 0 ] > > proc.time() user system elapsed 1.57 0.20 1.73