Last updated on 2025-04-03 09:56:21 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.6.7 | 13.59 | 68.89 | 82.48 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.6.7 | 9.85 | 47.93 | 57.78 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.6.7 | 134.18 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.6.7 | 140.70 | WARN | |||
r-devel-macos-arm64 | 1.6.7 | 102.00 | WARN | |||
r-devel-macos-x86_64 | 1.6.7 | 144.00 | WARN | |||
r-devel-windows-x86_64 | 1.6.7 | 50.00 | 175.00 | 225.00 | WARN | |
r-patched-linux-x86_64 | 1.6.7 | 16.62 | 63.82 | 80.44 | WARN | |
r-release-linux-x86_64 | 1.6.7 | 14.43 | 62.97 | 77.40 | OK | |
r-release-macos-arm64 | 1.6.7 | 79.00 | OK | |||
r-release-macos-x86_64 | 1.6.7 | 154.00 | OK | |||
r-release-windows-x86_64 | 1.6.7 | 45.00 | 175.00 | 220.00 | OK | |
r-oldrel-macos-arm64 | 1.6.7 | OK | ||||
r-oldrel-macos-x86_64 | 1.6.7 | 140.00 | OK | |||
r-oldrel-windows-x86_64 | 1.6.7 | 54.00 | 187.00 | 241.00 | OK |
Version: 1.6.7
Check: compiled code
Result: WARN
File ‘IRISSeismic/libs/IRISSeismic.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, r-patched-linux-x86_64
Version: 1.6.7
Check: compiled code
Result: WARN
File ‘IRISSeismic/libs/IRISSeismic.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
Version: 1.6.7
Check: compiled code
Result: WARN
File ‘IRISSeismic/libs/IRISSeismic.so’:
Found ‘___stderrp’, possibly from ‘stderr’ (C)
Object: ‘libmseed/libmseed.a’
Found ‘___stdoutp’, possibly from ‘stdout’ (C)
Object: ‘libmseed/libmseed.a’
Found ‘_exit’, possibly from ‘exit’ (C)
Object: ‘libmseed/libmseed.a’
Found ‘_sprintf’, possibly from ‘sprintf’ (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-macos-arm64, r-devel-macos-x86_64
Version: 1.6.7
Check: compiled code
Result: WARN
File 'IRISSeismic/libs/x64/IRISSeismic.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