Last updated on 2025-03-19 08:52:41 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.11 | 20.03 | 22.53 | 42.56 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.1.11 | 11.74 | 17.96 | 29.70 | 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 | 15.31 | 22.32 | 37.63 | OK | |
r-release-linux-x86_64 | 0.1.11 | 15.82 | 21.48 | 37.30 | 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 | 27.00 | 61.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 | 23.00 | 68.00 | 91.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
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