Last updated on 2023-01-25 04:51:34 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.0 | 26.18 | 93.69 | 119.87 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.7.0 | 23.46 | 70.62 | 94.08 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.7.0 | 164.23 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 151.88 | WARN | |||
r-devel-windows-x86_64 | 0.7.0 | 51.00 | 120.00 | 171.00 | OK | |
r-patched-linux-x86_64 | 0.7.0 | 25.17 | 91.68 | 116.85 | OK | |
r-release-linux-x86_64 | 0.7.0 | 17.77 | 91.88 | 109.65 | OK | |
r-release-macos-arm64 | 0.7.0 | 49.00 | OK | |||
r-release-macos-x86_64 | 0.7.0 | 61.00 | OK | |||
r-release-windows-x86_64 | 0.7.0 | 50.00 | 124.00 | 174.00 | OK | |
r-oldrel-macos-arm64 | 0.7.0 | 48.00 | OK | |||
r-oldrel-macos-x86_64 | 0.7.0 | 68.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.7.0 | 73.00 | 158.00 | 231.00 | OK |
Version: 0.7.0
Check: compiled code
Result: WARN
File ‘cxhull/libs/cxhull.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Objects: ‘convexhull.o’, ‘global_r.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, r-devel-linux-x86_64-fedora-gcc
Version: 0.7.0
Check: compiled code
Result: WARN
File ‘cxhull/libs/cxhull.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Objects: ‘convexhull.o’, ‘global_r.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