R Under development (unstable) (2026-01-12 r89300 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(hubUtils) > > test_check("hubUtils") The tzdb package is not installed. Timezones will not be available to Arrow compute functions. [ FAIL 0 | WARN 0 | SKIP 39 | PASS 176 ] ══ Skipped tests (39) ══════════════════════════════════════════════════════════ • On CRAN (39): 'test-as_config.R:2:3', 'test-as_config.R:15:3', 'test-as_config.R:39:3', 'test-as_config.R:56:3', 'test-as_config.R:67:3', 'test-as_model_out_tbl.R:1:1', 'test-as_model_out_tbl.R:70:1', 'test-check_deprecated_schema.R:1:1', 'test-check_deprecated_schema.R:12:1', 'test-model_id_merge.R:1:1', 'test-model_id_merge.R:80:1', 'test-model_id_merge.R:88:1', 'test-read_config.R:1:1', 'test-read_config.R:22:3', 'test-read_config.R:36:3', 'test-read_config.R:53:1', 'test-read_config.R:61:1', 'test-read_config.R:67:1', 'test-read_config.R:74:3', 'test-read_config.R:125:1', 'test-utils-round-config.R:1:1', 'test-utils-round-config.R:13:1', 'test-utils-round-config.R:33:1', 'test-utils-round-config.R:45:1', 'test-utils-round_ids.R:1:1', 'test-utils-round_ids.R:18:1', 'test-utils-schema-versions.R:24:3', 'test-utils-schema-versions.R:43:3', 'test-utils-schema-versions.R:165:1', 'test-utils-schema.R:2:3', 'test-utils-schema.R:12:3', 'test-utils-schema.R:22:3', 'test-utils-schema.R:34:3', 'test-utils-schema.R:43:3', 'test-utils-schema.R:59:3', 'test-utils-target-data.R:284:3', 'test-utils-url.R:7:3', 'test-utils-url.R:23:3', 'test-utils-url.R:117:3' [ FAIL 0 | WARN 0 | SKIP 39 | PASS 176 ] > > proc.time() user system elapsed 6.15 0.64 6.78