R Under development (unstable) (2026-02-08 r89382 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. > # Licensed to the Apache Software Foundation (ASF) under one > # or more contributor license agreements. See the NOTICE file > # distributed with this work for additional information > # regarding copyright ownership. The ASF licenses this file > # to you under the Apache License, Version 2.0 (the > # "License"); you may not use this file except in compliance > # with the License. You may obtain a copy of the License at > # > # http://www.apache.org/licenses/LICENSE-2.0 > # > # Unless required by applicable law or agreed to in writing, > # software distributed under the License is distributed on an > # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > # KIND, either express or implied. See the License for the > # specific language governing permissions and limitations > # under the License. > > library(testthat) > library(nanoarrow) > > verbose_test_output <- identical(tolower(Sys.getenv("ARROW_R_DEV", "false")), "true") || + identical(tolower(Sys.getenv("ARROW_R_VERBOSE_TEST", "false")), "true") > > if (verbose_test_output) { + reporter <- MultiReporter$new(list(CheckReporter$new(), LocationReporter$new())) + } else { + reporter <- check_reporter() + } > > test_check("nanoarrow", reporter = reporter) The tzdb package is not installed. Timezones will not be available to Arrow compute functions. [ FAIL 0 | WARN 0 | SKIP 14 | PASS 1620 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (8): 'test-array-stream.R:85:1', 'test-array-stream.R:101:1', 'test-array.R:40:1', 'test-as-array.R:57:1', 'test-as-array.R:498:1', 'test-as-array.R:836:1', 'test-buffer.R:76:1', 'test-buffer.R:90:1' • has_reticulate_with_nanoarrow() is not TRUE (6): 'test-pkg-reticulate.R:24:3', 'test-pkg-reticulate.R:32:3', 'test-pkg-reticulate.R:52:3', 'test-pkg-reticulate.R:72:3', 'test-pkg-reticulate.R:81:3', 'test-pkg-reticulate.R:91:3' [ FAIL 0 | WARN 0 | SKIP 14 | PASS 1620 ] > > proc.time() user system elapsed 11.95 1.93 14.21