R Under development (unstable) (2025-08-18 r88641 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 25 | PASS 23 ] ══ Skipped tests (25) ══════════════════════════════════════════════════════════ • Maybe On CRAN (15): 'test-extra-cols.R:2:3', 'test-extra-cols.R:84: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:60:3', 'test-retrieve.R:124: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:321:3' • On CRAN (2): 'test-read-markdown.R:38:3', 'test-store.R:285:3' • Sys.getenv("GEMINI_API_KEY") == "" is TRUE (1): 'test-embed-gemini.R:2: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:243:3' [ FAIL 0 | WARN 0 | SKIP 25 | PASS 23 ] > > proc.time() user system elapsed 3.51 0.59 4.76