CRAN Package Check Results for Package arrow

Last updated on 2025-12-26 11:52:02 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 22.0.0.1 3620.18 254.98 3875.16 NOTE
r-devel-linux-x86_64-debian-gcc 22.0.0.1 2758.22 174.33 2932.55 NOTE
r-devel-linux-x86_64-fedora-clang 22.0.0.1 6000.00 320.52 6320.52 NOTE
r-devel-linux-x86_64-fedora-gcc 22.0.0.1 7260.00 325.67 7585.67 NOTE
r-devel-windows-x86_64 22.0.0.1 429.00 621.00 1050.00 NOTE
r-patched-linux-x86_64 22.0.0.1 3921.01 243.68 4164.69 OK
r-release-linux-x86_64 22.0.0 3894.44 240.49 4134.93 OK
r-release-macos-arm64 22.0.0.1 1076.00 -640.00 436.00 OK
r-release-macos-x86_64 22.0.0.1 4020.00 -2217.00 1803.00 ERROR
r-release-windows-x86_64 22.0.0.1 319.00 466.00 785.00 OK
r-oldrel-macos-arm64 22.0.0.1 1074.00 -644.00 430.00 NOTE
r-oldrel-macos-x86_64 22.0.0.1 1804.00 OK
r-oldrel-windows-x86_64 22.0.0.1 358.00 678.00 1036.00 NOTE

Check Details

Version: 22.0.0.1
Check: compiled code
Result: NOTE File ‘arrow/libs/arrow.so’: Found non-API calls to R: ‘ATTRIB’, ‘SET_ATTRIB’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 22.0.0.1
Check: compiled code
Result: NOTE File 'arrow/libs/x64/arrow.dll': Found non-API calls to R: 'ATTRIB', 'SET_ATTRIB' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual, and section 'Moving into C API compliance' for issues with the use of non-API entry points. Flavor: r-devel-windows-x86_64

Version: 22.0.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [16s/17s] 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) ! Interrupting test: sum dots Execution halted * checking PDF version of manual ...* using check arguments '--no-clean-on-error ' Flavor: r-release-macos-x86_64

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