R Under development (unstable) (2023-08-07 r84900 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(noctua) > > test_check("noctua") [ FAIL 0 | WARN 0 | SKIP 54 | PASS 58 ] ══ Skipped tests (54) ══════════════════════════════════════════════════════════ • Environment variables are not set for testing (54): 'test-append-data.R:9:3', 'test-arn.R:9:3', 'test-athena-ddl.R:12:3', 'test-athena-request.R:9:3', 'test-bigint.R:12:3', 'test-caching.R:9:3', 'test-classes.R:9:3', 'test-datatransfer-datatable.R:18:3', 'test-datatransfer-datatable.R:55:3', 'test-datatransfer-datatable.R:72:3', 'test-datatransfer-datatable.R:86:3', 'test-datatransfer-vroom.R:12:3', 'test-datatransfer-vroom.R:74:3', 'test-dbConvertTable.R:9:3', 'test-dbDisconnect.R:11:3', 'test-dbFetch-n.R:7:3', 'test-dbFetch-n.R:27:3', 'test-dbFetch-n.R:49:3', 'test-dbFetch-n.R:64:3', 'test-dbFetch-n.R:80: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:275:3', 'test-dplyr-sql-trans-env.R:287:3', 'test-dplyr-sql-trans-env.R:301:3', 'test-dplyr-sql-trans-env.R:315:3', 'test-dplyr-sql-trans-env.R:328:3', 'test-dplyr-sql-trans-env.R:343:3', 'test-dplyr-sql-trans-env.R:357:3', 'test-exist-remove.R:11:3', 'test-file-parser.R:240:3', 'test-keyboard-interrupt.R:9:3', 'test-keyboard-interrupt.R:28:3', 'test-metadata.R:33:3', 'test-metadata.R:99:3', 'test-metadata.R:107:3', 'test-onload-functions.R:2:3', 'test-region.R:9:3', 'test-retry.R:4:3', 'test-s3-upload-location.R:4:3', 'test-view.R:9:3', 'test-view.R:33:3', 'test-view.R:48:3', 'test-view.R:56:3', 'test-view.R:65:3', 'test-view.R:80:3', 'test-view.R:94:3', 'test-view.R:104:3', 'test-view.R:116:3', 'test-view.R:128:3', 'test-view.R:138:3', 'test-view.R:148:3', 'test-work-groups.R:9:3' [ FAIL 0 | WARN 0 | SKIP 54 | PASS 58 ] > > proc.time() user system elapsed 7.26 0.45 7.50