Last updated on 2025-06-15 01:48:29 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.6 | 22.74 | 24.39 | 47.13 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.6 | 19.37 | 20.01 | 39.38 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.6 | 73.26 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.6 | 87.69 | OK | |||
r-devel-windows-x86_64 | 1.0.6 | 36.00 | 71.00 | 107.00 | OK | |
r-patched-linux-x86_64 | 1.0.6 | 24.24 | 23.67 | 47.91 | OK | |
r-release-linux-x86_64 | 1.0.6 | 23.94 | 23.50 | 47.44 | OK | |
r-release-macos-arm64 | 1.0.6 | 59.00 | OK | |||
r-release-macos-x86_64 | 1.0.5.2.1 | 43.00 | WARN | |||
r-release-windows-x86_64 | 1.0.6 | 36.00 | 62.00 | 98.00 | OK | |
r-oldrel-macos-arm64 | 1.0.6 | 58.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.5.2.1 | 37.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.6 | 40.00 | 64.00 | 104.00 | OK |
Version: 1.0.5.2.1
Check: compiled code
Result: WARN
File ‘Rdsdp/libs/Rdsdp.so’:
Found ‘___sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘___stdoutp’, possibly from ‘stdout’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘_exit’, possibly from ‘exit’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘_printf’, possibly from ‘printf’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘_putchar’, possibly from ‘putchar’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘_puts’, possibly from ‘printf’ (C), ‘puts’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘_vsprintf’, possibly from ‘vsprintf’ (C)
Object: ‘dsdp/lib/libdsdp.a’
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-release-macos-x86_64