R Under development (unstable) (2025-07-11 r88405 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(ragnar) > > test_check("ragnar") [ FAIL 0 | WARN 0 | SKIP 23 | PASS 23 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • Maybe On CRAN (14): 'test-extra-cols.R:2:3', 'test-extra-cols.R:83:3', 'test-read-markdown.R:2:3', 'test-read-markdown.R:20:3', 'test-read-markdown.R:26:3', 'test-retrieve.R:7:3', 'test-retrieve.R:59:3', 'test-store-v2.R:2:3', 'test-store-v2.R:54:3', 'test-store-v2.R:80:3', 'test-store-v2.R:162:3', 'test-store-v2.R:205:3', 'test-store.R:224:3', 'test-store.R:304:3' • OPENAI_API_KEY env var is not configured (1): 'test-store.R:280:40' • On CRAN (1): 'test-read-markdown.R:38:3' • Sys.getenv("GOOGLE_PROJECT_ID") == "" is TRUE (1): 'test-embed-vertex.R:2:3' • limiting duckdb threads on windows doesn't work (4): 'test-store.R:6:3', 'test-store.R:72:3', 'test-store.R:137:3', 'test-store.R:184:3' • motherduck_token not set (2): 'test-store-v2.R:114:3', 'test-store.R:242:3' [ FAIL 0 | WARN 0 | SKIP 23 | PASS 23 ] > > proc.time() user system elapsed 4.51 1.18 5.62