Last updated on 2023-01-24 07:54:53 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.3 | 25.96 | 132.55 | 158.51 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.2.3 | 17.53 | 101.01 | 118.54 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.2.3 | 206.12 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 202.90 | WARN | |||
r-patched-linux-x86_64 | 0.2.3 | 20.39 | 134.24 | 154.63 | OK | |
r-release-linux-x86_64 | 0.2.3 | 20.49 | 133.57 | 154.06 | OK | |
r-release-macos-arm64 | 0.2.3 | 47.00 | OK | |||
r-release-macos-x86_64 | 0.2.3 | 69.00 | OK | |||
r-release-windows-x86_64 | 0.2.3 | 31.00 | 168.00 | 199.00 | OK | |
r-oldrel-macos-arm64 | 0.2.3 | 65.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.3 | 85.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.2.3 | 61.00 | 189.00 | 250.00 | OK |
Version: 0.2.3
Check: compiled code
Result: WARN
File ‘nVennR/libs/nVennR.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘topol.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.2.3
Check: compiled code
Result: WARN
File ‘nVennR/libs/nVennR.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘topol.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