Last updated on 2026-03-01 19:51:15 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 23.0.1.1 | 3842.99 | 263.74 | 4106.73 | OK | |
| r-devel-linux-x86_64-debian-gcc | 23.0.1.1 | 2962.01 | 174.30 | 3136.31 | OK | |
| r-devel-linux-x86_64-fedora-clang | 23.0.1 | 7140.00 | 686.42 | 7826.42 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 23.0.1.1 | 7500.00 | 287.96 | 7787.96 | OK | |
| r-devel-macos-arm64 | 23.0.1.1 | 1012.00 | -623.00 | 389.00 | OK | |
| r-devel-windows-x86_64 | 23.0.1.1 | 458.00 | 624.00 | 1082.00 | OK | |
| r-patched-linux-x86_64 | 23.0.1.1 | 4185.24 | 242.83 | 4428.07 | OK | |
| r-release-linux-x86_64 | 23.0.1.1 | 4230.27 | 241.18 | 4471.45 | OK | |
| r-release-macos-arm64 | 23.0.1.1 | 951.00 | -580.00 | 371.00 | OK | |
| r-release-macos-x86_64 | 23.0.1.1 | 3240.00 | -1436.00 | 1804.00 | ERROR | |
| r-release-windows-x86_64 | 23.0.1.1 | 416.00 | 620.00 | 1036.00 | OK | |
| r-oldrel-macos-arm64 | 23.0.1.1 | 955.00 | -567.00 | 388.00 | NOTE | |
| r-oldrel-macos-x86_64 | 23.0.1.1 | 3240.00 | -1438.00 | 1802.00 | ERROR | |
| r-oldrel-windows-x86_64 | 23.0.1.1 | 371.00 | 665.00 | 1036.00 | NOTE |
Version: 23.0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [52s/51s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # 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)
/Volumes/Builds/packages/big-sur-x86_64/results/4.5/arrow.Rcheck/00_pkg_src/arrow/tools/cpp/src/arrow/acero/source_node.cc:77: An input buffer was poorly aligned. This could lead to crashes or poor performance on some hardware. Please ensure that all Acero sources generate aligned buffers, or change the unaligned buffer handling configuration to silence this warning.
Attaching package: 'hms'
The following object is masked from 'package:lubridate':
hms
! Interrupting test: quantile()
Execution halted
* checking PDF version of manual ...* using check arguments '--no-clean-on-error '
Flavor: r-release-macos-x86_64
Version: 23.0.1.1
Check: installed package size
Result: NOTE
installed size is 109.9Mb
sub-directories of 1Mb or more:
R 5.1Mb
libs 104.3Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-windows-x86_64
Version: 23.0.1.1
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-macos-x86_64