R Under development (unstable) (2024-11-11 r87319 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. > library(testthat) > library(brickster) The tzdb package is not installed. Timezones will not be available to Arrow compute functions. > library(withr) > > test_check("brickster") [ FAIL 0 | WARN 0 | SKIP 18 | PASS 452 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (16): 'test-clusters.R:124:1', 'test-connection-pane.R:1:1', 'test-dbfs.R:61:1', 'test-experiments.R:26:1', 'test-feature-store.R:25:1', 'test-jobs.R:134:1', 'test-libraries.R:56:1', 'test-misc-helpers.R:16:1', 'test-mlflow-dbrx.R:103:1', 'test-query-history.R:1:1', 'test-secrets.R:79:1', 'test-sql-connector.R:27:1', 'test-sql-execution.R:36:1', 'test-unity-catalog.R:116:1', 'test-warehouses.R:59:1', 'test-workspace-folder.R:68:1' • Test only runs when credentials are available (1): 'test-repl.R:96:1' • empty test (1): 'test-sql-connector.R:1:1' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 452 ] > > proc.time() user system elapsed 8.18 0.57 8.75