R Under development (unstable) (2026-02-14 r89420 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 Using CPU backend GGML library loaded successfully! GGML version: 0.9.5 Tensor overhead: 368 bytes Vulkan: NOT AVAILABLE To enable: install libvulkan-dev and glslc, then reinstall ggmlR Ubuntu/Debian: sudo apt install libvulkan-dev glslc [ 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.82 2.92 13.34