Last updated on 2025-05-07 03:50:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.7 | 5.15 | 22.89 | 28.04 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.3.7 | 4.61 | 18.06 | 22.67 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.3.7 | 40.99 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.7 | 42.07 | NOTE | |||
r-devel-windows-x86_64 | 0.3.7 | 12.00 | 48.00 | 60.00 | WARN | |
r-patched-linux-x86_64 | 0.3.7 | 5.66 | 20.49 | 26.15 | NOTE | |
r-release-linux-x86_64 | 0.3.7 | 5.74 | 20.33 | 26.07 | NOTE | |
r-release-macos-arm64 | 0.3.7 | 21.00 | NOTE | |||
r-release-macos-x86_64 | 0.3.7 | 29.00 | NOTE | |||
r-release-windows-x86_64 | 0.3.7 | 12.00 | 47.00 | 59.00 | NOTE | |
r-oldrel-macos-arm64 | 0.3.7 | 23.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.7 | 25.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.7 | 14.00 | 51.00 | 65.00 | OK |
Version: 0.3.7
Check: compiled code
Result: NOTE
File ‘collections/libs/collections.so’:
Found non-API calls to R: ‘PRENV’, ‘SET_CLOENV’
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, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64
Version: 0.3.7
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
/usr/lib/gcc/x86_64-linux-gnu/14/include/emmintrin.h:706:10: warning: array subscript [11, 576460752303423486] is outside array bounds of ‘char[50]’ [-Warray-bounds=]
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:10: warning: array subscript [14, 28] is outside array bounds of ‘char[50]’ [-Warray-bounds=]
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:10: warning: array subscript [15, 29] is outside array bounds of ‘char[50]’ [-Warray-bounds=]
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:10: warning: array subscript [16, 28] is outside array bounds of ‘char[50]’ [-Warray-bounds=]
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:10: warning: array subscript [17, 29] is outside array bounds of ‘char[50]’ [-Warray-bounds=]
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/collections.Rcheck/00install.out’ for details.
* used C compiler: ‘gcc-14 (Debian 14.2.0-19) 14.2.0’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.7
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.2.0/include/emmintrin.h:706:10: warning: array subscript [11, 576460752303423486] is outside array bounds of 'char[50]' [-Warray-bounds=]
xxhash/xxhash.h:1608:5: warning: array subscript [14, 28] is outside array bounds of 'char[50]' [-Warray-bounds=]
xxhash/xxhash.h:1608:5: warning: array subscript [15, 29] is outside array bounds of 'char[50]' [-Warray-bounds=]
xxhash/xxhash.h:1608:5: warning: array subscript [16, 28] is outside array bounds of 'char[50]' [-Warray-bounds=]
xxhash/xxhash.h:1608:5: warning: array subscript [17, 29] is outside array bounds of 'char[50]' [-Warray-bounds=]
See 'd:/Rcompile/CRANpkg/local/4.6/collections.Rcheck/00install.out' for details.
* used C compiler: 'gcc.exe (GCC) 14.2.0'
Flavor: r-devel-windows-x86_64
Version: 0.3.7
Check: compiled code
Result: NOTE
File 'collections/libs/x64/collections.dll':
Found non-API calls to R: 'PRENV', 'SET_CLOENV'
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-windows-x86_64, r-release-windows-x86_64