Last updated on 2025-03-24 17:51:04 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.4 | 104.43 | 23.72 | 128.15 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3.5 | 87.69 | 18.89 | 106.58 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.3.5 | 392.15 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.5 | 284.59 | OK | |||
r-devel-macos-arm64 | 1.3.5 | 66.00 | OK | |||
r-devel-macos-x86_64 | 1.3.5 | 55.00 | OK | |||
r-devel-windows-x86_64 | 1.3.4 | 151.00 | 73.00 | 224.00 | OK | |
r-patched-linux-x86_64 | 1.3.4 | 123.70 | 23.02 | 146.72 | NOTE | |
r-release-linux-x86_64 | 1.3.4 | 126.03 | 22.65 | 148.68 | OK | |
r-release-macos-arm64 | 1.3.5 | 78.00 | OK | |||
r-release-macos-x86_64 | 1.3.5 | 57.00 | OK | |||
r-release-windows-x86_64 | 1.3.5 | 114.00 | 95.00 | 209.00 | OK | |
r-oldrel-macos-arm64 | 1.3.5 | 65.00 | OK | |||
r-oldrel-macos-x86_64 | 1.3.5 | 65.00 | OK | |||
r-oldrel-windows-x86_64 | 1.3.5 | 120.00 | 84.00 | 204.00 | OK |
Version: 1.3.4
Check: compiled code
Result: NOTE
File ‘qpdf/libs/qpdf.so’:
Found ‘_ZSt4cerr’, possibly from ‘std::cerr’ (C++)
Object: ‘libqpdf/libstatqpdf.a’
Found ‘_ZSt4cout’, possibly from ‘std::cout’ (C++)
Object: ‘libqpdf/libstatqpdf.a’
Found ‘__vprintf_chk’, possibly from ‘vprintf’ (C)
Object: ‘libqpdf/libstatqpdf.a’
Found ‘srandom’, possibly from ‘srandom’ (C)
Object: ‘libqpdf/libstatqpdf.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘libqpdf/libstatqpdf.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
Version: 1.3.4
Check: compiled code
Result: NOTE
File ‘qpdf/libs/qpdf.so’:
Found ‘_ZSt4cerr’, possibly from ‘std::cerr’ (C++)
Object: ‘libqpdf/libstatqpdf.a’
Found ‘_ZSt4cout’, possibly from ‘std::cout’ (C++)
Object: ‘libqpdf/libstatqpdf.a’
Found ‘__printf_chk’, possibly from ‘printf’ (C)
Object: ‘libqpdf/libstatqpdf.a’
Found ‘putchar’, possibly from ‘putchar’ (C)
Object: ‘libqpdf/libstatqpdf.a’
Found ‘srandom’, possibly from ‘srandom’ (C)
Object: ‘libqpdf/libstatqpdf.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘libqpdf/libstatqpdf.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-patched-linux-x86_64