Last updated on 2025-03-26 05:54:00 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.0 | 65.08 | 274.57 | 339.65 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.8.1 | 42.09 | 173.92 | 216.01 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.8.0 | 618.92 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.1 | 577.54 | OK | |||
r-devel-macos-arm64 | 0.8.1 | 111.00 | OK | |||
r-devel-macos-x86_64 | 0.8.1 | 254.00 | OK | |||
r-devel-windows-x86_64 | 0.8.0 | 99.00 | 260.00 | 359.00 | WARN | |
r-patched-linux-x86_64 | 0.8.0 | 60.23 | 254.95 | 315.18 | WARN | |
r-release-linux-x86_64 | 0.8.0 | 60.59 | 252.29 | 312.88 | OK | |
r-release-macos-arm64 | 0.8.1 | 113.00 | OK | |||
r-release-macos-x86_64 | 0.8.1 | 242.00 | OK | |||
r-release-windows-x86_64 | 0.8.1 | 83.00 | 263.00 | 346.00 | OK | |
r-oldrel-macos-arm64 | 0.8.1 | 108.00 | OK | |||
r-oldrel-macos-x86_64 | 0.8.1 | 210.00 | OK | |||
r-oldrel-windows-x86_64 | 0.8.1 | 79.00 | 316.00 | 395.00 | OK |
Version: 0.8.0
Check: compiled code
Result: WARN
File ‘eseis/libs/eseis.so’:
Found ‘exit’, possibly from ‘exit’ (C)
Object: ‘libmseed/libmseed.a’
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘libmseed/libmseed.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘libmseed/libmseed.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘libmseed/libmseed.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-patched-linux-x86_64
Version: 0.8.0
Check: compiled code
Result: WARN
File ‘eseis/libs/eseis.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘libmseed/libmseed.a’
Found ‘exit’, possibly from ‘exit’ (C)
Object: ‘libmseed/libmseed.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘libmseed/libmseed.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘libmseed/libmseed.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
Version: 0.8.0
Check: compiled code
Result: WARN
File 'eseis/libs/x64/eseis.dll':
Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
Object: 'libmseed/libmseed.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-windows-x86_64