Last updated on 2025-12-28 11:49:28 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| arrow | 1 | 7 | 5 |
| dittodb | 13 |
Current CRAN status: ERROR: 1, NOTE: 7, OK: 5
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: 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-macos-x86_64, r-oldrel-windows-x86_64
Version: 22.0.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [48s/48s]
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)
Attaching package: 'hms'
The following object is masked from 'package:lubridate':
hms
! Interrupting test: query_can_stream()
Execution halted
* checking PDF version of manual ...* using check arguments '--no-clean-on-error '
Flavor: r-oldrel-macos-x86_64
Current CRAN status: OK: 13