Last updated on 2025-03-19 08:52:42 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.0 | 57.41 | 270.81 | 328.22 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.8.0 | 40.82 | 167.32 | 208.14 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.8.0 | 618.92 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.0 | 597.17 | WARN | |||
r-devel-macos-arm64 | 0.8.0 | 120.00 | OK | |||
r-devel-macos-x86_64 | 0.8.0 | 240.00 | OK | |||
r-devel-windows-x86_64 | 0.8.0 | 96.00 | 262.00 | 358.00 | OK | |
r-patched-linux-x86_64 | 0.8.0 | 63.38 | 257.75 | 321.13 | OK | |
r-release-linux-x86_64 | 0.8.0 | 62.04 | 250.81 | 312.85 | OK | |
r-release-macos-arm64 | 0.8.0 | 109.00 | OK | |||
r-release-macos-x86_64 | 0.8.0 | 226.00 | OK | |||
r-release-windows-x86_64 | 0.8.0 | 93.00 | 262.00 | 355.00 | OK | |
r-oldrel-macos-arm64 | 0.8.0 | OK | ||||
r-oldrel-macos-x86_64 | 0.8.0 | 202.00 | OK | |||
r-oldrel-windows-x86_64 | 0.8.0 | 118.00 | 341.00 | 459.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-devel-linux-x86_64-debian-gcc
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.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc