R version 4.6.0 beta (2026-04-12 r89879 ucrt) -- "Because it was There" 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. > # 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(supabaseR) supabaseR v1.0.0 DBI Backend: ✖ API Backend: ✖ > > test_check("supabaseR") v API credentials set for https://test.supabase.co v API credentials set for https://test.supabase.co v API credentials set for https://test.supabase.co v API credentials set for https://test.supabase.co v Deleted 3 rows from users v API credentials cleared v API credentials cleared v Inserted 2 rows into users v Truncated users v Updated 1 row in users v Upserted 1 row into users v Connected to localhost v Connected to localhost v Disconnected v Deleted 3 rows from users v Inserted 2 rows into users v Truncated users v Updated 1 row in users v Upserted 1 row into users v Upserted 1 row into users supabaseR v1.0.0 DBI Backend: x API Backend: x supabaseR v1.0.0 DBI Backend: x API Backend: x supabaseR v1.0.0 DBI Backend: x API Backend: x [ FAIL 0 | WARN 0 | SKIP 59 | PASS 199 ] ══ Skipped tests (59) ══════════════════════════════════════════════════════════ • On CRAN (59): 'test-sb_api_connect.R:2:3', 'test-sb_api_delete.R:2:3', 'test-sb_api_delete.R:9:3', 'test-sb_api_insert.R:2:3', 'test-sb_api_insert.R:9:3', 'test-sb_api_query.R:2:3', 'test-sb_api_query.R:9:3', 'test-sb_api_read.R:2:3', 'test-sb_api_request.R:198:3', 'test-sb_api_request.R:208:3', 'test-sb_api_schema.R:2:3', 'test-sb_api_schema.R:9:3', 'test-sb_api_table_exists.R:2:3', 'test-sb_api_table_exists.R:9:3', 'test-sb_api_tables.R:2:3', 'test-sb_api_truncate.R:2:3', 'test-sb_api_truncate.R:9:3', 'test-sb_api_update.R:2:3', 'test-sb_api_update.R:12:3', 'test-sb_api_upsert.R:2:3', 'test-sb_api_upsert.R:12:3', 'test-sb_db_connect.R:2:3', 'test-sb_db_connect.R:66:3', 'test-sb_db_creds.R:2:3', 'test-sb_db_creds.R:15:3', 'test-sb_db_delete.R:2:3', 'test-sb_db_delete.R:9:3', 'test-sb_db_insert.R:2:3', 'test-sb_db_insert.R:10:3', 'test-sb_db_query.R:2:3', 'test-sb_db_query.R:9:3', 'test-sb_db_query.R:16:3', 'test-sb_db_read.R:2:3', 'test-sb_db_read.R:9:3', 'test-sb_db_schema.R:2:3', 'test-sb_db_schema.R:8:3', 'test-sb_db_status.R:2:3', 'test-sb_db_table_exists.R:2:3', 'test-sb_db_table_exists.R:8:3', 'test-sb_db_tables.R:2:3', 'test-sb_db_truncate.R:2:3', 'test-sb_db_truncate.R:8:3', 'test-sb_db_update.R:2:3', 'test-sb_db_update.R:30:3', 'test-sb_wrappers.R:2:3', 'test-sb_wrappers.R:11:3', 'test-sb_wrappers.R:59:3', 'test-sb_wrappers.R:122:3', 'test-sb_wrappers.R:153:3', 'test-sb_wrappers.R:184:3', 'test-sb_wrappers.R:215:3', 'test-sb_wrappers.R:246:3', 'test-sb_wrappers.R:277:3', 'test-sb_wrappers.R:284:3', 'test-sb_wrappers.R:318:3', 'test-sb_wrappers.R:349:3', 'test-sb_wrappers.R:380:3', 'test-sb_wrappers.R:411:3', 'test-utils.R:90:3' [ FAIL 0 | WARN 0 | SKIP 59 | PASS 199 ] > > proc.time() user system elapsed 11.70 1.37 13.09