Last updated on 2026-07-29 03:58:36 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 25.0.0 | 3951.45 | 254.52 | 4205.97 | OK | |
| r-devel-linux-x86_64-debian-gcc | 25.0.0 | 3154.84 | 178.16 | 3333.00 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 25.0.0 | 4860.00 | 488.50 | 5348.50 | WARN | |
| r-devel-linux-x86_64-fedora-gcc | 25.0.0 | 3660.00 | 177.06 | 3837.06 | OK | |
| r-devel-windows-x86_64 | 25.0.0 | 459.00 | 681.00 | 1140.00 | OK | |
| r-patched-linux-x86_64 | 25.0.0 | 4180.90 | 246.60 | 4427.50 | OK | |
| r-release-linux-x86_64 | 25.0.0 | 4289.31 | 249.87 | 4539.18 | OK | |
| r-release-macos-arm64 | 25.0.0 | 1029.00 | -643.00 | 386.00 | OK | |
| r-release-macos-x86_64 | 25.0.0 | 3240.00 | -1527.00 | 1713.00 | OK | |
| r-release-windows-x86_64 | 25.0.0 | 465.00 | 677.00 | 1142.00 | OK | |
| r-oldrel-macos-arm64 | 25.0.0 | 935.00 | -554.00 | 381.00 | OK | |
| r-oldrel-macos-x86_64 | 25.0.0 | 1803.00 | FAIL | |||
| r-oldrel-windows-x86_64 | 25.0.0 | 609.00 | 836.00 | 1445.00 | OK |
Version: 25.0.0
Check: compiled code
Result: NOTE
File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/arrow/libs/arrow.so’:
Found ‘_ZSt4cerr’, possibly from ‘std::cerr’ (C++)
Found ‘_ZSt4cout’, possibly from ‘std::cout’ (C++)
Found ‘abort’, possibly from ‘abort’ (C)
Found ‘stderr’, possibly from ‘stderr’ (C)
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 25.0.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
<1b>[1m<1b>[1m/tmp/RtmpGksZ60/working_dir/RtmpoqhDZc/file271f3f7ae8ce6a/_deps/re2-src/re2/regexp.h/tmp/RtmpGksZ60/working_dir/RtmpoqhDZc/file271f3f7ae8ce6a/_deps/re2-src/re2/regexp.h::574574::55:: <1b>[0m<1b>[0m<1b>[0;1;35m<1b>[0;1;35mwarning: warning: <1b>[0m<1b>[0m<1b>[1m<1b>[1manonymous structs are a GNU extension [-Wgnu-anonymous-struct]anonymous structs are a GNU extension [-Wgnu-anonymous-struct]<1b>[0m<1b>[0m
<1b>[0m<1b>[1m<1b>[1m/tmp/RtmpGksZ60/working_dir/RtmpoqhDZc/file271f3f7ae8ce6a/_deps/re2-src/re2/regexp.h/tmp/RtmpGksZ60/working_dir/RtmpoqhDZc/file271f3f7ae8ce6a/_deps/re2-src/re2/regexp.h::586586::55:: <1b>[0m<1b>[0m<1b>[0;1;35m<1b>[0;1;35mwarning: warning: <1b>[0m<1b>[0m<1b>[1m<1b>[1manonymous structs are a GNU extension [-Wgnu-anonymous-struct]anonymous structs are a GNU extension [-Wgnu-anonymous-struct]<1b>[0m<1b>[0m
See ‘/data/gannet/ripley/R/packages/tests-clang/arrow.Rcheck/00install.out’ for details.
* used C++ compiler: ‘clang version 22.1.8 (https://github.com/llvm/llvm-project ca7933e47d3a3451d81e72ac174dcb5aa28b59d1)’
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 25.0.0
Check: whether package can be installed
Result: FAIL
* DONE
* Status: FAILURE
* using check arguments '--no-clean-on-error '
* elapsed time (check, wall clock): 30:03
* result classification: failed check, errors:no, warnings:no, notes:no
Flavor: r-oldrel-macos-x86_64