* using log directory ‘/srv/hornik/tmp/CRAN_pretest/hubUtils.Rcheck’ * using R Under development (unstable) (2024-09-17 r87161) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 18.1.8 (9) Debian flang-new version 18.1.8 (9) * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘hubUtils/DESCRIPTION’ ... OK * this is package ‘hubUtils’ version ‘0.1.5’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [4s/6s] NOTE Maintainer: ‘Anna Krystalli ’ New submission Possibly misspelled words in DESCRIPTION: al (16:37) et (16:34) * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking serialization versions ... OK * checking whether package ‘hubUtils’ can be installed ... [2s/2s] OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [0s/0s] OK * checking whether the package can be loaded with stated dependencies ... [0s/0s] OK * checking whether the package can be unloaded cleanly ... [0s/0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK * checking whether the namespace can be unloaded cleanly ... [0s/0s] OK * checking loading without being on the library search path ... [0s/0s] OK * checking whether startup messages can be suppressed ... [0s/0s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [3s/3s] OK * checking Rd files ... [0s/0s] OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... [0s/0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking R/sysdata.rda ... OK * checking examples ... [1s/1s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [2s/3s] ERROR Running ‘testthat.R’ [2s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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") [ FAIL 1 | WARN 0 | SKIP 16 | PASS 20 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • On CRAN (16): 'test-as_model_out_tbl.R:9:3', 'test-as_model_out_tbl.R:72:3', 'test-check_deprecated_schema.R:2:3', 'test-check_deprecated_schema.R:15:3', 'test-model_id_merge.R:4:3', 'test-model_id_merge.R:68:3', 'test-model_id_merge.R:77:3', 'test-read_config.R:2:3', 'test-read_config.R:30:3', 'test-utils-round-config.R:5:3', 'test-utils-round-config.R:17:3', 'test-utils-round-config.R:36:3', 'test-utils-round-config.R:48:3', 'test-utils-round_ids.R:4:3', 'test-utils-round_ids.R:21:3', 'test-utils-schema.R:42:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-read_config.R:22:3'): read_config works on S3 cloud hubs ─────── Error: NotImplemented: Got S3 URI but Arrow compiled without S3 support Backtrace: ▆ 1. └─testthat::expect_snapshot(read_config(hub_path = arrow::s3_bucket("hubverse/hubutils/testhubs/simple/"))) at test-read_config.R:22:3 2. └─rlang::cnd_signal(state$error) [ FAIL 1 | WARN 0 | SKIP 16 | PASS 20 ] Error: Test failures Execution halted * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [0s/0s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 1 NOTE