R Under development (unstable) (2026-02-12 r89409 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(ggmlR) > > test_check("ggmlR") GGML library loaded successfully! GGML version: 0.9.5 Tensor overhead: 368 bytes ggml_print_objects: objects in context 000002a3ef68e500: - ggml_object: type = 0, offset = 32, size = 384, next = 000002a3f70101e0 - ggml_object: type = 0, offset = 448, size = 448, next = 0000000000000000 ggml_print_objects: --- end --- GGML Context Memory Status: Total: 4.00 MB Used: 0.00 MB (0.1%) Free: 4.00 MB (99.9%) GGML Context Memory Status: Total: 16.00 MB Used: 0.00 MB (0.0%) Free: 16.00 MB (100.0%) Using CPU backend Using CPU backend Using CPU backend Using CPU backend Using CPU backend Using CPU backend Using CPU backend Using CPU backend Using CPU backend Using CPU backend Using CPU backend GGML library loaded successfully! GGML version: 0.9.5 Tensor overhead: 368 bytes Vulkan: NOT AVAILABLE To enable: reinstall with configure.args = "--with-vulkan" Requirements: Vulkan SDK, glslc compiler [ FAIL 0 | WARN 0 | SKIP 18 | PASS 1029 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (2): 'test-backend-extended.R:4:3', 'test-backend-extended.R:43:3' • Overlapping pooling requires specific tensor layout - tested in 2D pooling (1): 'test-convolution-pooling.R:156:3' • Platform-dependent behavior (1): 'test-ggml.R:18:3' • Slow test - set GGMLR_SLOW_TESTS=1 to run (6): 'test-quants.R:142:3', 'test-quants.R:168:3', 'test-quants.R:218:3', 'test-quants.R:234:3', 'test-quants.R:250:3', 'test-quants.R:266:3' • Vulkan not available (7): 'test-scheduler.R:2:3', 'test-scheduler.R:28:3', 'test-scheduler.R:55:3', 'test-scheduler.R:109:3', 'test-scheduler.R:172:3', 'test-scheduler.R:188:3', 'test-scheduler.R:223:3' • Vulkan not available or no devices found (1): 'test-vulkan.R:285:5' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 1029 ] > > proc.time() user system elapsed 10.79 3.39 13.96