R Under development (unstable) (2026-01-16 r89305 ucrt) -- "Unsuffered Consequences" 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(sasquatch) > > test_check("sasquatch") [ FAIL 0 | WARN 0 | SKIP 46 | PASS 17 ] ══ Skipped tests (46) ══════════════════════════════════════════════════════════ • On CRAN (46): 'test-configure.R:2:3', 'test-configure.R:39:3', 'test-connect.R:2:3', 'test-connect.R:26:3', 'test-connect.R:44:3', 'test-connect.R:64:3', 'test-connect.R:87:3', 'test-connection-checks.R:2:3', 'test-connection-checks.R:11:3', 'test-connection-checks.R:20:3', 'test-connection-checks.R:28:1', 'test-connection-checks.R:35:3', 'test-connection-checks.R:50:3', 'test-disconnect.R:2:3', 'test-disconnect.R:12:3', 'test-engine.R:2:3', 'test-file-copy.R:2:3', 'test-file-copy.R:17:3', 'test-file-download.R:2:3', 'test-file-download.R:21:3', 'test-file-download.R:36:3', 'test-file-exists.R:2:3', 'test-file-exists.R:13:3', 'test-file-remove.R:2:3', 'test-file-remove.R:17:3', 'test-file-upload.R:2:3', 'test-file-upload.R:19:3', 'test-from-r.R:142:1', 'test-from-r.R:181:1', 'test-from-r.R:203:1', 'test-from-r.R:245:1', 'test-list.R:2:3', 'test-list.R:14:3', 'test-run-file.R:2:3', 'test-run-file.R:17:3', 'test-run-file.R:38:3', 'test-run-string.R:2:3', 'test-to-r.R:2:3', 'test-to-r.R:22:3', 'test-to-r.R:46:3', 'test-to-r.R:70:3', 'test-to-r.R:92:3', 'test-to-r.R:119:3', 'test-to-r.R:141:3', 'test-to-r.R:169:3', 'test-to-r.R:195:3' [ FAIL 0 | WARN 0 | SKIP 46 | PASS 17 ] > > proc.time() user system elapsed 4.59 0.40 13.95