R Under development (unstable) (2026-01-20 r89309 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 0000023ceb2153b0: - ggml_object: type = 0, offset = 32, size = 384, next = 0000023cf30101e0 - 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 [ FAIL 0 | WARN 0 | SKIP 1 | PASS 367 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • Platform-dependent behavior (1): 'test-ggml.R:18:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 367 ] > > proc.time() user system elapsed 106.31 1.46 8.25