R Under development (unstable) (2025-09-02 r88773 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. > library(testthat) > library(googlesheets4) > > test_check("googlesheets4") [ FAIL 0 | WARN 0 | SKIP 52 | PASS 404 ] ══ Skipped tests (52) ══════════════════════════════════════════════════════════ • On CRAN (52): 'test-aaa.R:2:3', 'test-gs4_auth.R:11:3', 'test-gs4_auth.R:39:3', 'test-gs4_auth.R:55:3', 'test-gs4_auth.R:64:3', 'test-gs4_example.R:2:3', 'test-gs4_example.R:13:3', 'test-gs4_example.R:20:3', 'test-gs4_example.R:27:3', 'test-gs4_example.R:34:3', 'test-gs4_example.R:43:3', 'test-gs4_example.R:55:3', 'test-gs4_example.R:62:3', 'test-gs4_find.R:2:3', 'test-range_autofit.R:6:3', 'test-range_delete.R:6:3', 'test-range_flood.R:6:3', 'test-range_read.R:2:3', 'test-range_read.R:19:3', 'test-range_read.R:37:3', 'test-range_read.R:53:3', 'test-range_read.R:132:3', 'test-range_read.R:139:3', 'test-range_read_cells.R:2:3', 'test-range_read_cells.R:14:3', 'test-range_read_cells.R:46:3', 'test-range_read_cells.R:76:3', 'test-range_speedread.R:2:3', 'test-range_write.R:6:3', 'test-range_write.R:48:3', 'test-schemas.R:19:3', 'test-schemas.R:81:3', 'test-sheet_add.R:6:3', 'test-sheet_add.R:13:3', 'test-sheet_append.R:6:3', 'test-sheet_copy.R:6:3', 'test-sheet_copy.R:19:3', 'test-sheet_delete.R:13:3', 'test-sheet_relocate.R:6:3', 'test-sheet_rename.R:6:3', 'test-sheet_resize.R:6:3', 'test-sheet_write.R:6:3', 'test-sheet_write.R:57:3', 'test-sheets_id-class.R:8:3', 'test-sheets_id-class.R:14:3', 'test-sheets_id-class.R:42:3', 'test-sheets_id-class.R:49:3', 'test-sheets_id-class.R:74:3', 'test-sheets_id-class.R:81:3', 'test-sheets_id-class.R:89:3', 'test-sheets_id-class.R:97:3', 'test-utils-ui.R:20:3' [ FAIL 0 | WARN 0 | SKIP 52 | PASS 404 ] > > proc.time() user system elapsed 8.51 0.78 9.28