Last updated on 2025-12-07 07:50:25 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| adbcdrivermanager | 2 | 11 | |
| adbcpostgresql | 3 | 10 | |
| adbcsqlite | 2 | 11 | |
| geoarrow | 13 | ||
| nanoarrow | 1 | 12 |
Current CRAN status: NOTE: 2, OK: 11
Version: 0.21.0
Check: installed package size
Result: NOTE
installed size is 5.2Mb
sub-directories of 1Mb or more:
libs 5.1Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: NOTE: 3, OK: 10
Version: 0.21.0
Check: installed package size
Result: NOTE
installed size is 9.1Mb
sub-directories of 1Mb or more:
libs 9.0Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: NOTE: 2, OK: 11
Version: 0.21.0
Check: installed package size
Result: NOTE
installed size is 7.7Mb
sub-directories of 1Mb or more:
libs 7.6Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 0.7.0-1
Check: tests
Result: ERROR
Running ‘testthat.R’ [18s/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(nanoarrow)
>
> 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) {
+ reporter <- MultiReporter$new(list(CheckReporter$new(), LocationReporter$new()))
+ } else {
+ reporter <- check_reporter()
+ }
>
> test_check("nanoarrow", reporter = reporter)
Saving _problems/test-altrep-39.R
Saving _problems/test-altrep-46.R
[ FAIL 2 | WARN 0 | SKIP 8 | PASS 1610 ]
══ Skipped tests (8) ═══════════════════════════════════════════════════════════
• On CRAN (8): 'test-array-stream.R:85:1', 'test-array-stream.R:101:1',
'test-array.R:40:1', 'test-as-array.R:57:1', 'test-as-array.R:482:1',
'test-as-array.R:820:1', 'test-buffer.R:76:1', 'test-buffer.R:90:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-altrep.R:39:3'): nanoarrow_altrep_chr() works for string ─────
Expected `is_nanoarrow_altrep_materialized(x_altrep)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-altrep.R:46:3'): nanoarrow_altrep_chr() works for string ─────
Expected output from `.Internal(inspect(x_altrep))` to match regexp "<materialized nanoarrow::altrep_chr\\[27\\]>".
Actual output:
x | @560917d960c8 16 STRSXP g0c0 [MARK,REF(65535)] <nanoarrow::altrep_chr[27]>
[ FAIL 2 | WARN 0 | SKIP 8 | PASS 1610 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang