Last updated on 2026-07-29 03:58:55 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.4.1 | 318.64 | 26.41 | 345.05 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.4.1 | 268.05 | 22.40 | 290.45 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.4.1 | 374.00 | 38.18 | 412.18 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.4.1 | 293.00 | 17.93 | 310.93 | OK | |
| r-devel-windows-x86_64 | 1.4.1 | 345.00 | 80.00 | 425.00 | OK | |
| r-patched-linux-x86_64 | 1.4.1 | 345.30 | 24.90 | 370.20 | OK | |
| r-release-linux-x86_64 | 1.4.1 | 356.34 | 24.37 | 380.71 | OK | |
| r-release-macos-arm64 | 1.4.1 | 79.00 | -52.00 | 27.00 | OK | |
| r-release-macos-x86_64 | 1.4.1 | 254.00 | -74.00 | 180.00 | OK | |
| r-release-windows-x86_64 | 1.4.1 | 351.00 | 76.00 | 427.00 | OK | |
| r-oldrel-macos-arm64 | 1.4.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.4.1 | 241.00 | -74.00 | 167.00 | OK | |
| r-oldrel-windows-x86_64 | 1.4.1 | 460.00 | 93.00 | 553.00 | OK |
Version: 1.4.1
Check: compiled code
Result: NOTE
File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/qpdf/libs/qpdf.so’:
Found ‘_ZSt4cerr’, possibly from ‘std::cerr’ (C++)
Found ‘_ZSt4cout’, possibly from ‘std::cout’ (C++)
Found ‘__printf_chk’, possibly from ‘printf’ (C)
Found ‘putchar’, possibly from ‘putchar’ (C)
Found ‘stdout’, possibly from ‘stdout’ (C)
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. The detected symbols are linked into
the code but might come from libraries and not actually be called.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-debian-gcc