R Under development (unstable) (2024-08-28 r87069 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(s3fs) > > test_check("s3fs") ERROR [14:30:36.771] Request failed. Retrying in 0.2 seconds... ERROR [14:30:37.031] Request failed. Retrying in 0.4 seconds... [ FAIL 0 | WARN 0 | SKIP 39 | PASS 2 ] ══ Skipped tests (39) ══════════════════════════════════════════════════════════ • Environment variables are not set for testing (39): 'test-bucket-methods.R:3:3', 'test-dir-methods.R:8:3', 'test-dir-methods.R:33:3', 'test-dir-methods.R:59:3', 'test-dir-methods.R:87:3', 'test-dir-methods.R:118:3', 'test-dir-methods.R:140:3', 'test-dir-methods.R:152:3', 'test-file-methods.R:7:3', 'test-file-methods.R:20:3', 'test-file-methods.R:37:3', 'test-file-methods.R:52:3', 'test-file-methods.R:68:3', 'test-file-methods.R:89:3', 'test-file-methods.R:110:3', 'test-file-methods.R:143:3', 'test-file-methods.R:164:3', 'test-file-methods.R:179:3', 'test-file-methods.R:195:3', 'test-file-methods.R:212:3', 'test-file-methods.R:233:3', 'test-file-methods.R:253:3', 'test-file-methods.R:279:3', 'test-file-methods.R:301:3', 'test-file-methods.R:326:3', 'test-file-types-methods.R:4:3', 'test-file-types-methods.R:21:3', 'test-file-types-methods.R:38:3', 'test-file-types-methods.R:53:3', 'test-path-methods.R:2:3', 'test-path-methods.R:13:3', 'test-path-methods.R:25:3', 'test-path-methods.R:34:3', 'test-path-methods.R:43:3', 'test-path-methods.R:52:3', 'test-path-methods.R:61:3', 'test-path-methods.R:70:3', 'test-s3-file-system-class.R:3:3', 'test-s3-file-system-class.R:11:3' [ FAIL 0 | WARN 0 | SKIP 39 | PASS 2 ] > > proc.time() user system elapsed 2.29 0.50 3.42