Last updated on 2023-01-30 19:55:04 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.11 | 16.38 | 39.08 | 55.46 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.0.11 | 10.92 | 30.17 | 41.09 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.0.11 | 68.82 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.11 | 79.12 | WARN | |||
r-devel-windows-x86_64 | 0.0.11 | 312.00 | 81.00 | 393.00 | WARN | |
r-patched-linux-x86_64 | 0.0.11 | 11.73 | 38.55 | 50.28 | OK | |
r-release-linux-x86_64 | 0.0.11 | 11.89 | 38.79 | 50.68 | OK | |
r-release-macos-arm64 | 0.0.11 | 27.00 | OK | |||
r-release-macos-x86_64 | 0.0.11 | 34.00 | OK | |||
r-release-windows-x86_64 | 0.0.11 | 186.00 | 81.00 | 267.00 | OK | |
r-oldrel-macos-arm64 | 0.0.11 | 28.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.11 | 39.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.0.11 | 119.00 | 78.00 | 197.00 | OK |
Version: 0.0.11
Check: compiled code
Result: WARN
File ‘winch/libs/winch.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘trace_back_backtrace.o’
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.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.0.11
Check: compiled code
Result: WARN
File ‘winch/libs/winch.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Objects: ‘trace_back_backtrace.o’, ‘trace_back_unwind.o’
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.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.0.11
Check: compiled code
Result: WARN
File ‘winch/libs/winch.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Objects: ‘trace_back_backtrace.o’, ‘trace_back_unwind.o’
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.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.0.11
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
../../vendor/libbacktrace/pecoff.c:647:37: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
../../vendor/libbacktrace/pecoff.c:681:22: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
../../vendor/libbacktrace/pecoff.c:721:45: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
See 'd:/Rcompile/CRANpkg/local/4.3/winch.Rcheck/00install.out' for details.
* used C compiler: 'gcc.exe (GCC) 12.2.0'
Flavor: r-devel-windows-x86_64