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.1.8 | 23.51 | 27.89 | 51.40 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.1.8 | 14.98 | 21.79 | 36.77 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.1.8 | 87.36 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.8 | 58.56 | WARN | |||
r-devel-windows-x86_64 | 0.1.8 | 54.00 | 74.00 | 128.00 | OK | |
r-patched-linux-x86_64 | 0.1.8 | 18.82 | 27.64 | 46.46 | OK | |
r-release-linux-x86_64 | 0.1.8 | 18.64 | 27.95 | 46.59 | OK | |
r-release-macos-arm64 | 0.1.8 | 21.00 | OK | |||
r-release-macos-x86_64 | 0.1.8 | 33.00 | OK | |||
r-release-windows-x86_64 | 0.1.8 | 295.00 | 73.00 | 368.00 | OK | |
r-oldrel-macos-arm64 | 0.1.8 | 29.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.8 | 46.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.1.8 | 49.00 | 75.00 | 124.00 | OK |
Version: 0.1.8
Check: compiled code
Result: WARN
File ‘distances/libs/distances.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘internal.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.1.8
Check: compiled code
Result: WARN
File ‘distances/libs/distances.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘internal.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