Last updated on 2025-04-27 18:49:45 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.6.7 | 13.88 | 67.82 | 81.70 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.7.0 | 10.64 | 48.54 | 59.18 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.7.0 | 140.49 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.7.0 | 152.51 | OK | |||
r-devel-windows-x86_64 | 1.7.0 | 49.00 | 177.00 | 226.00 | OK | |
r-patched-linux-x86_64 | 1.6.7 | 15.56 | 65.40 | 80.96 | WARN | |
r-release-linux-x86_64 | 1.7.0 | 15.22 | 65.82 | 81.04 | OK | |
r-release-macos-arm64 | 1.7.0 | 112.00 | OK | |||
r-release-macos-x86_64 | 1.7.0 | 168.00 | OK | |||
r-release-windows-x86_64 | 1.7.0 | 44.00 | 180.00 | 224.00 | OK | |
r-oldrel-macos-arm64 | 1.7.0 | 81.00 | OK | |||
r-oldrel-macos-x86_64 | 1.7.0 | 191.00 | OK | |||
r-oldrel-windows-x86_64 | 1.6.7 | 61.00 | 189.00 | 250.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-patched-linux-x86_64