Last updated on 2025-03-01 00:52:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 19.0.1 | 3474.02 | 244.04 | 3718.06 | OK | |
r-devel-linux-x86_64-debian-gcc | 19.0.1 | 2693.37 | 157.46 | 2850.83 | OK | |
r-devel-linux-x86_64-fedora-clang | 19.0.1 | 6892.58 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 19.0.1 | 7704.96 | OK | |||
r-devel-macos-arm64 | 19.0.1 | 783.00 | OK | |||
r-devel-macos-x86_64 | 19.0.1 | 1454.00 | OK | |||
r-devel-windows-x86_64 | 19.0.1 | 457.00 | 703.00 | 1160.00 | OK | |
r-patched-linux-x86_64 | 18.1.0.1 | 3730.69 | 234.34 | 3965.03 | OK | |
r-release-linux-x86_64 | 19.0.1 | 3755.86 | 234.77 | 3990.63 | OK | |
r-release-macos-arm64 | 19.0.1 | 888.00 | NOTE | |||
r-release-macos-x86_64 | 19.0.1 | 1573.00 | NOTE | |||
r-release-windows-x86_64 | 18.1.0.1 | 476.00 | 577.00 | 1053.00 | NOTE | |
r-oldrel-macos-arm64 | 19.0.1 | 951.00 | NOTE | |||
r-oldrel-macos-x86_64 | 19.0.1 | 1803.00 | ERROR | |||
r-oldrel-windows-x86_64 | 19.0.1 | 397.00 | 620.00 | 1017.00 | NOTE |
Version: 19.0.1
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
See ‘/data/gannet/ripley/R/packages/tests-clang/arrow.Rcheck/00install.out’ for details.
* used C++ compiler: ‘clang version 20.1.0-rc2’
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 19.0.1
Check: installed package size
Result: NOTE
installed size is 568.4Mb
sub-directories of 1Mb or more:
R 5.1Mb
libs 562.7Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 18.1.0.1
Check: installed package size
Result: NOTE
installed size is 44.7Mb
sub-directories of 1Mb or more:
R 4.4Mb
libs 39.7Mb
Flavor: r-release-windows-x86_64
Version: 19.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [29s/29s]
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-oldrel-macos-x86_64