Last updated on 2025-03-19 07:52:47 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.9.2 | 13.49 | 18.15 | 31.64 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.9.5 | 13.12 | 15.55 | 28.67 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.9.5 | 49.91 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.9.5 | 62.11 | OK | |||
r-devel-macos-arm64 | 1.9.5 | 35.00 | OK | |||
r-devel-macos-x86_64 | 1.9.5 | 77.00 | OK | |||
r-devel-windows-x86_64 | 1.9.5 | 27.00 | 64.00 | 91.00 | OK | |
r-patched-linux-x86_64 | 1.9.2 | 22.75 | 17.44 | 40.19 | OK | |
r-release-linux-x86_64 | 1.9.2 | 14.45 | 16.96 | 31.41 | OK | |
r-release-macos-arm64 | 1.9.5 | 46.00 | OK | |||
r-release-macos-x86_64 | 1.9.5 | 83.00 | OK | |||
r-release-windows-x86_64 | 1.9.5 | 30.00 | 49.00 | 79.00 | OK | |
r-oldrel-macos-arm64 | 1.9.5 | 48.00 | OK | |||
r-oldrel-macos-x86_64 | 1.9.5 | 76.00 | OK | |||
r-oldrel-windows-x86_64 | 1.9.2 | 27.00 | 48.00 | 75.00 | OK |
Version: 1.9.2
Check: compiled code
Result: WARN
File ‘commonmark/libs/commonmark.so’:
Found ‘abort’, possibly from ‘abort’ (C)
Object: ‘cmark/libstatcmark.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘cmark/libstatcmark.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-debian-clang