Last updated on 2026-07-29 10:56:06 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.7 | 50.73 | 90.74 | 141.47 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.7 | 37.45 | 64.19 | 101.64 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.2.7 | 78.00 | 149.40 | 227.40 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.7 | 40.00 | 59.08 | 99.08 | OK | |
| r-devel-windows-x86_64 | 1.2.7 | 66.00 | 206.00 | 272.00 | OK | |
| r-patched-linux-x86_64 | 1.2.7 | 53.06 | 89.76 | 142.82 | OK | |
| r-release-linux-x86_64 | 1.2.7 | 47.92 | 88.97 | 136.89 | OK | |
| r-release-macos-arm64 | 1.2.7 | 14.00 | 22.00 | 36.00 | OK | |
| r-release-macos-x86_64 | 1.2.7 | 34.00 | 191.00 | 225.00 | OK | |
| r-release-windows-x86_64 | 1.2.7 | 69.00 | 213.00 | 282.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.7 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2.7 | 30.00 | 99.00 | 129.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.7 | 70.00 | 254.00 | 324.00 | OK |
Version: 1.2.7
Check: compiled code
Result: NOTE
File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/BoomSpikeSlab/libs/BoomSpikeSlab.so’:
Found ‘_ZSt4cerr’, possibly from ‘std::cerr’ (C++)
Found ‘_ZSt4cout’, possibly from ‘std::cout’ (C++)
Found ‘srand’, possibly from ‘srand’ (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