R Under development (unstable) (2025-09-27 r88882 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(RAthena) > > test_check("RAthena") [ FAIL 0 | WARN 0 | SKIP 51 | PASS 58 ] ══ Skipped tests (51) ══════════════════════════════════════════════════════════ • Environment variables are not set for testing (25): 'test-append-data.R:9:3', 'test-cache.R:9:3', 'test-datatransfer-datatable.R:54:3', 'test-datatransfer-vroom.R:69:3', 'test-dbFetch-n.R:7:3', 'test-dbFetch-n.R:28:3', 'test-dbFetch-n.R:51:3', 'test-dbFetch-n.R:67:3', 'test-dbFetch-n.R:90:3', 'test-file-parser.R:265:3', 'test-keyboard-interrupt.R:9:3', 'test-keyboard-interrupt.R:29:3', 'test-onload.R:2:3', 'test-view.R:9:3', 'test-view.R:34:3', 'test-view.R:53:3', 'test-view.R:62:3', 'test-view.R:72:3', 'test-view.R:98:3', 'test-view.R:115:3', 'test-view.R:126:3', 'test-view.R:148:3', 'test-view.R:170:3', 'test-view.R:181:3', 'test-view.R:192:3' • boto3 not available for testing (26): 'test-arn.R:9:3', 'test-athena-ddl.R:12:3', 'test-athena-request.R:9:3', 'test-bigint.R:12:3', 'test-classes.R:9:3', 'test-datatransfer-datatable.R:12:3', 'test-datatransfer-vroom.R:12:3', 'test-dbConvertTable.R:9:3', 'test-dbDisconnect.R:11:3', 'test-dplyr-compute.R:9:3', 'test-dplyr-copy_to.R:9:3', 'test-dplyr-sql-trans-env.R:54:3', 'test-dplyr-sql-trans-env.R:280:3', 'test-dplyr-sql-trans-env.R:296:3', 'test-dplyr-sql-trans-env.R:314:3', 'test-dplyr-sql-trans-env.R:332:3', 'test-dplyr-sql-trans-env.R:349:3', 'test-dplyr-sql-trans-env.R:368:3', 'test-dplyr-sql-trans-env.R:386:3', 'test-exist-remove.R:11:3', 'test-metadata.R:34:3', 'test-metadata.R:145:3', 'test-metadata.R:154:3', 'test-retry.R:4:3', 'test-s3-upload-location.R:4:3', 'test-work-groups.R:9:3' [ FAIL 0 | WARN 0 | SKIP 51 | PASS 58 ] > > proc.time() user system elapsed 13.32 1.00 38.57