Last updated on 2025-08-21 09:49:18 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 21.0.0 | 3638.12 | 251.01 | 3889.13 | OK | |
r-devel-linux-x86_64-debian-gcc | 21.0.0.1 | 2754.23 | 163.25 | 2917.48 | OK | |
r-devel-linux-x86_64-fedora-clang | 21.0.0.1 | 7052.52 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 21.0.0.1 | 5440.69 | OK | |||
r-devel-windows-x86_64 | 21.0.0.1 | 364.00 | 595.00 | 959.00 | OK | |
r-patched-linux-x86_64 | 21.0.0.1 | 3875.81 | 243.29 | 4119.10 | OK | |
r-release-linux-x86_64 | 21.0.0 | 3887.44 | 244.08 | 4131.52 | OK | |
r-release-macos-arm64 | 21.0.0.1 | 1123.00 | OK | |||
r-release-macos-x86_64 | 21.0.0.1 | 1803.00 | ERROR | |||
r-release-windows-x86_64 | 21.0.0.1 | 390.00 | 608.00 | 998.00 | OK | |
r-oldrel-macos-arm64 | 21.0.0 | 1153.00 | NOTE | |||
r-oldrel-macos-x86_64 | 21.0.0.1 | 1802.00 | ERROR | |||
r-oldrel-windows-x86_64 | 21.0.0.1 | 375.00 | 808.00 | 1183.00 | NOTE |
Version: 21.0.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/13s]
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:testthat':
matches
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)
Execution halted
* checking PDF version of manual ...* using check arguments '--no-clean-on-error '
Flavor: r-release-macos-x86_64
Version: 21.0.0
Check: installed package size
Result: NOTE
installed size is 129.7Mb
sub-directories of 1Mb or more:
R 5.0Mb
libs 124.1Mb
Flavor: r-oldrel-macos-arm64
Version: 21.0.0.1
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-macos-x86_64
Version: 21.0.0.1
Check: installed package size
Result: NOTE
installed size is 48.1Mb
sub-directories of 1Mb or more:
R 4.4Mb
libs 43.0Mb
Flavor: r-oldrel-windows-x86_64