R Under development (unstable) (2026-07-14 r90255 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(arrow) Attaching package: 'arrow' The following object is masked from 'package:utils': timestamp > library(tibble) > > 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) { + arrow_reporter <- MultiReporter$new(list(CheckReporter$new(), LocationReporter$new())) + } else { + arrow_reporter <- check_reporter() + } > test_check("arrow", reporter = arrow_reporter) Attaching package: 'hms' The following object is masked from 'package:lubridate': hms [ FAIL 0 | WARN 0 | SKIP 87 | PASS 6534 ] ══ Skipped tests (87) ══════════════════════════════════════════════════════════ • ARROW-17043 (date/datetime arithmetic with integers) (1): 'test-compute-arith.R:128:3' • ARROW-18101 (1): 'test-udf.R:305:3' • Arrow C++ not built with substrait (1): 'test-query-engine.R:96:3' • Flight server is not running (1): 'test-python-flight.R:84:5' • GH-33708: timestamp_parsers don't appear to be working properly (1): 'test-dataset-csv.R:631:3' • Implement more aggressive implicit casting for scalars (ARROW-11402) (1): 'test-dataset-dplyr.R:96:3' • Ingest_POSIXct only implemented for REALSXP (1): 'test-Array.R:297:5' • Need halffloat support: https://issues.apache.org/jira/browse/ARROW-3802 (1): 'test-Array.R:447:3' • On CRAN (67): 'test-Array.R:209:3', 'test-Array.R:216:3', 'test-Array.R:1142:1', 'test-Array.R:1226:1', 'test-Array.R:1242:1', 'test-Array.R:1273:1', 'test-Array.R:1351:1', 'test-RecordBatch.R:516:1', 'test-RecordBatch.R:525:1', 'test-Table.R:521:1', 'test-chunked-array.R:120:3', 'test-csv.R:732:3', 'test-dataset-dplyr.R:323:1', 'test-dataset-write.R:590:1', 'test-dataset.R:879:1', 'test-dplyr-across.R:20:1', 'test-dplyr-eval.R:37:1', 'test-dplyr-filter.R:304:3', 'test-dplyr-funcs-conditional.R:23:1', 'test-dplyr-funcs-datetime.R:27:1', 'test-dplyr-funcs-math.R:22:1', 'test-dplyr-funcs-string.R:21:1', 'test-dplyr-funcs-type.R:24:1', 'test-dplyr-funcs.R:19:1', 'test-dplyr-glimpse.R:20:1', 'test-dplyr-glimpse.R:26:1', 'test-dplyr-glimpse.R:32:1', 'test-dplyr-glimpse.R:38:1', 'test-dplyr-glimpse.R:45:1', 'test-dplyr-glimpse.R:69:1', 'test-dplyr-glimpse.R:73:1', 'test-dplyr-glimpse.R:95:1', 'test-dplyr-join.R:116:1', 'test-dplyr-mutate.R:154:1', 'test-dplyr-mutate.R:516:3', 'test-dplyr-query.R:595:1', 'test-dplyr-slice.R:107:3', 'test-dplyr-summarize.R:323:1', 'test-dplyr-summarize.R:786:1', 'test-dplyr-summarize.R:1276:1', 'test-duckdb.R:19:1', 'test-extension.R:18:1', 'test-extension.R:175:1', 'test-extra-package-roundtrip.R:18:1', 'test-feather.R:141:1', 'test-feather.R:262:3', 'test-feather.R:332:3', 'test-filesystem.R:138:3', 'test-filesystem.R:146:3', 'test-filesystem.R:155:3', 'test-filesystem.R:167:3', 'test-filesystem.R:178:3', 'test-filesystem.R:193:3', 'test-gcs.R:121:1', 'test-io.R:71:3', 'test-ipc-stream.R:42:1', 'test-ipc-stream.R:48:3', 'test-parquet.R:114:1', 'test-parquet.R:487:3', 'test-python.R:19:3', 'test-python.R:38:1', 'test-safe-call-into-r.R:21:3', 'test-safe-call-into-r.R:36:3', 'test-safe-call-into-r.R:51:3', 'test-type.R:75:1', 'test-udf.R:23:1', 'test-util.R:32:1' • On Windows (3): 'test-dataset-uri.R:18:1', 'test-dataset-write.R:179:3', 'test-read-record-batch.R:43:3' • Parquet test data missing (1): 'test-parquet.R:475:3' • TODO (ARROW-16630): make sure BottomK can handle NA ordering (1): 'test-dplyr-collapse.R:173:3' • TODO: (if anyone uses RangeEquals) (1): 'test-Array.R:139:3' • Table with 0 cols doesn't know how many rows it should have (1): 'test-Table.R:114:3' • Work around masking of data type functions (ARROW-12322) (1): 'test-type.R:134:3' • empty test (1): • environment variable ARROW_LARGE_MEMORY_TESTS (1): 'test-Table.R:684:3' • https://issues.apache.org/jira/browse/ARROW-7653 (1): 'test-dataset.R:563:3' • minio is not installed. (1): 'test-s3-minio.R:19:1' [ FAIL 0 | WARN 0 | SKIP 87 | PASS 6534 ] > > proc.time() user system elapsed 111.23 15.01 128.32