R Under development (unstable) (2026-01-24 r89326 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 0000025b94c158c0: - ggml_object: type = 0, offset = 32, size = 384, next = 0000025b9d0101e0 - 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%) 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 9 | PASS 372 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • Platform-dependent behavior (1): 'test-ggml.R:18: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 9 | PASS 372 ] > > proc.time() user system elapsed 139.87 1.43 7.79