R Under development (unstable) (2026-03-01 r89508 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(openaiRtools) > > test_check("openaiRtools") [ FAIL 0 | WARN 0 | SKIP 15 | PASS 159 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-audio.R:24:3', 'test-audio.R:39:3', 'test-chat.R:9:3', 'test-chat.R:43:3', 'test-chat.R:77:3', 'test-chat.R:92:3', 'test-completions.R:9:3', 'test-embeddings.R:9:3', 'test-embeddings.R:23:3', 'test-embeddings.R:37:3', 'test-fine-tuning.R:10:3', 'test-fine-tuning.R:24:3', 'test-images.R:9:3', 'test-images.R:23:3', 'test-moderations.R:9:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 159 ] > > proc.time() user system elapsed 1.70 0.32 2.01