Last updated on 2025-03-24 08:51:20 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.11 | 19.63 | 22.62 | 42.25 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.1.11 | 11.72 | 17.60 | 29.32 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.1.11 | 106.76 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.11 | 71.95 | WARN | |||
r-devel-macos-arm64 | 0.1.11 | 23.00 | OK | |||
r-devel-macos-x86_64 | 0.1.11 | 38.00 | OK | |||
r-devel-windows-x86_64 | 0.1.11 | 29.00 | 59.00 | 88.00 | OK | |
r-patched-linux-x86_64 | 0.1.11 | 16.06 | 22.14 | 38.20 | WARN | |
r-release-linux-x86_64 | 0.1.11 | 16.11 | 21.61 | 37.72 | OK | |
r-release-macos-arm64 | 0.1.11 | 26.00 | OK | |||
r-release-macos-x86_64 | 0.1.11 | 53.00 | OK | |||
r-release-windows-x86_64 | 0.1.11 | 25.00 | 63.00 | 88.00 | OK | |
r-oldrel-macos-arm64 | 0.1.11 | OK | ||||
r-oldrel-macos-x86_64 | 0.1.11 | 47.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.11 | 26.00 | 71.00 | 97.00 | OK |
Version: 0.1.11
Check: compiled code
Result: WARN
File ‘distances/libs/distances.so’:
Found ‘_ZSt4cerr’, possibly from ‘std::cerr’ (C++)
Object: ‘libann/libann.a’
Found ‘exit’, possibly from ‘exit’ (C)
Object: ‘libann/libann.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.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64
Version: 0.1.11
Check: compiled code
Result: WARN
File ‘distances/libs/distances.so’:
Found ‘_ZNSt3__14cerrE’, possibly from ‘std::cerr’ (C++)
Object: ‘libann/libann.a’
Found ‘exit’, possibly from ‘exit’ (C)
Object: ‘libann/libann.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-devel-linux-x86_64-fedora-clang