Last updated on 2025-03-19 08:52:49 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.1.1 | 59.93 | 33.60 | 93.53 | WARN | |
r-devel-linux-x86_64-debian-gcc | 3.1.2 | 43.07 | 25.32 | 68.39 | OK | |
r-devel-linux-x86_64-fedora-clang | 3.1.2 | 182.24 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 3.1.2 | 177.47 | OK | |||
r-devel-macos-arm64 | 3.1.2 | 54.00 | OK | |||
r-devel-macos-x86_64 | 3.1.2 | 90.00 | OK | |||
r-devel-windows-x86_64 | 3.1.2 | 260.00 | 89.00 | 349.00 | OK | |
r-patched-linux-x86_64 | 3.1.2 | 60.24 | 31.58 | 91.82 | OK | |
r-release-linux-x86_64 | 3.1.1 | 58.98 | 31.60 | 90.58 | OK | |
r-release-macos-arm64 | 3.1.2 | 62.00 | OK | |||
r-release-macos-x86_64 | 3.1.2 | 89.00 | OK | |||
r-release-windows-x86_64 | 3.1.2 | 264.00 | 71.00 | 335.00 | OK | |
r-oldrel-macos-arm64 | 3.1.2 | 60.00 | OK | |||
r-oldrel-macos-x86_64 | 3.1.2 | 102.00 | OK | |||
r-oldrel-windows-x86_64 | 3.1.1 | 354.00 | 82.00 | 436.00 | OK |
Version: 3.1.1
Check: compiled code
Result: WARN
File ‘mongolite/libs/mongolite.so’:
Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘kms/libstatkms.a’
Found ‘abort’, possibly from ‘abort’ (C)
Objects: ‘bson/libstatbson.a’, ‘kms/libstatkms.a’,
‘mongoc/libstatmongoc.a’
Found ‘rand’, possibly from ‘rand’ (C)
Object: ‘mongoc/libstatmongoc.a’
Found ‘rand_r’, possibly from ‘rand_r’ (C)
Object: ‘mongoc/libstatmongoc.a’
Found ‘srand’, possibly from ‘srand’ (C)
Object: ‘mongoc/libstatmongoc.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Objects: ‘bson/libstatbson.a’, ‘kms/libstatkms.a’,
‘mongoc/libstatmongoc.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘mongoc/libstatmongoc.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