Last updated on 2023-01-24 07:54:55 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 4.66 | 25.32 | 29.98 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 3.45 | 19.64 | 23.09 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 39.62 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 36.61 | WARN | |||
r-patched-linux-x86_64 | 0.1.1 | 3.61 | 25.04 | 28.65 | OK | |
r-release-linux-x86_64 | 0.1.1 | 3.06 | 25.74 | 28.80 | OK | |
r-release-macos-arm64 | 0.1.1 | 15.00 | OK | |||
r-release-macos-x86_64 | 0.1.1 | 23.00 | OK | |||
r-release-windows-x86_64 | 0.1.1 | 18.00 | 70.00 | 88.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | 15.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.1 | 23.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.1.1 | 11.00 | 51.00 | 62.00 | OK |
Version: 0.1.1
Check: compiled code
Result: WARN
File ‘qmvs/libs/qmvs.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘qmvs.o’
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.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang
Version: 0.1.1
Check: compiled code
Result: WARN
File ‘qmvs/libs/qmvs.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘qmvs.o’
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.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc