CRAN Package Check Results for Package arrow

Last updated on 2025-04-13 05:50:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 19.0.1.1 3489.62 245.26 3734.88 OK
r-devel-linux-x86_64-debian-gcc 19.0.1.1 2652.12 157.49 2809.61 OK
r-devel-linux-x86_64-fedora-gcc 19.0.1.1 7953.18 OK
r-devel-macos-arm64 19.0.1.1 774.00 OK
r-devel-macos-x86_64 19.0.1.1 1680.00 OK
r-devel-windows-x86_64 19.0.1.1 418.00 531.00 949.00 OK
r-patched-linux-x86_64 19.0.1.1 3759.82 239.81 3999.63 OK
r-release-linux-x86_64 19.0.1.1 OK
r-release-macos-arm64 19.0.1.1 977.00 NOTE
r-release-macos-x86_64 19.0.1.1 1701.00 NOTE
r-release-windows-x86_64 19.0.1.1 598.00 801.00 1399.00 NOTE
r-oldrel-macos-arm64 19.0.1.1 1075.00 NOTE
r-oldrel-macos-x86_64 19.0.1.1 1803.00 ERROR
r-oldrel-windows-x86_64 19.0.1.1 408.00 624.00 1032.00 NOTE

Check Details

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

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