Last updated on 2026-07-29 03:58:45 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.3 | 36.90 | 26.05 | 62.95 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.5.3 | 27.62 | 20.78 | 48.40 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.5.3 | 62.00 | 36.99 | 98.99 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.5.3 | 31.00 | 16.99 | 47.99 | OK | |
| r-devel-windows-x86_64 | 1.5.3 | 43.00 | 61.00 | 104.00 | OK | |
| r-patched-linux-x86_64 | 1.5.3 | 35.77 | 23.85 | 59.62 | OK | |
| r-release-linux-x86_64 | 1.5.3 | 40.11 | 24.02 | 64.13 | OK | |
| r-release-macos-arm64 | 1.5.3 | 8.00 | 5.00 | 13.00 | OK | |
| r-release-macos-x86_64 | 1.5.3 | 21.00 | 42.00 | 63.00 | OK | |
| r-release-windows-x86_64 | 1.5.3 | 44.00 | 61.00 | 105.00 | OK | |
| r-oldrel-macos-arm64 | 1.5.3 | OK | ||||
| r-oldrel-macos-x86_64 | 1.5.3 | 20.00 | 19.00 | 39.00 | OK | |
| r-oldrel-windows-x86_64 | 1.5.3 | 48.00 | 73.00 | 121.00 | OK |
Version: 1.5.3
Check: compiled code
Result: NOTE
File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/graphql/libs/graphql.so’:
Found ‘exit’, possibly from ‘exit’ (C)
Found ‘stderr’, possibly from ‘stderr’ (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