R Under development (unstable) (2024-11-08 r87310 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 21 | PASS 313 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (2): 'test-connection-pane.R:1:1', 'test-query-history.R:1:1' • Test only runs when credentials are available (19): 'test-clusters.R:1:1', 'test-dbfs.R:1:1', 'test-execution-contexts.R:1:1', 'test-experiments.R:1:1', 'test-feature-store.R:1:1', 'test-jobs.R:1:1', 'test-libraries.R:1:1', 'test-misc-helpers.R:1:1', 'test-mlflow-dbrx.R:1:1', 'test-repl.R:96:1', 'test-repos.R:1:1', 'test-secrets.R:1:1', 'test-sql-connector.R:1:1', 'test-sql-execution.R:1:1', 'test-unity-catalog.R:1:1', 'test-vector-search.R:1:1', 'test-volumes.R:1:1', 'test-warehouses.R:1:1', 'test-workspace-folder.R:1:1' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 313 ] > > proc.time() user system elapsed 6.92 0.54 7.45