CRAN Package Check Results for Package arrow

Last updated on 2025-02-21 03:52:07 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 18.1.0.1 3458.17 248.58 3706.75 OK
r-devel-linux-x86_64-debian-gcc 18.1.0.1 2682.01 156.67 2838.68 OK
r-devel-linux-x86_64-fedora-clang 18.1.0.1 5678.92 OK
r-devel-linux-x86_64-fedora-gcc 18.1.0.1 7744.82 OK
r-devel-macos-arm64 18.1.0.1 1302.00 OK
r-devel-macos-x86_64 18.1.0.1 1803.00 OK
r-devel-windows-x86_64 18.1.0.1 475.00 592.00 1067.00 OK
r-patched-linux-x86_64 18.1.0.1 3710.87 235.34 3946.21 OK
r-release-linux-x86_64 18.1.0.1 3729.27 237.12 3966.39 OK
r-release-macos-arm64 18.1.0.1 991.00 NOTE
r-release-macos-x86_64 18.1.0.1 1648.00 NOTE
r-release-windows-x86_64 18.1.0.1 316.00 5.00 321.00 ERROR
r-oldrel-macos-arm64 18.1.0.1 1216.00 NOTE
r-oldrel-macos-x86_64 18.1.0.1 1803.00 ERROR
r-oldrel-windows-x86_64 18.1.0.1 315.00 32.00 347.00 ERROR

Check Details

Version: 18.1.0.1
Check: installed package size
Result: NOTE installed size is 565.0Mb sub-directories of 1Mb or more: R 5.1Mb libs 559.4Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 18.1.0.1
Check: whether package can be installed
Result: ERROR Installation failed. Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 18.1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [39s/39s] 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