Last updated on 2025-04-30 04:50:23 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.2-8 | 429.03 | 48.59 | 477.62 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.1.2-8 | 379.13 | 63.91 | 443.04 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.1.2-9 | 784.25 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.2-9 | 1216.83 | OK | |||
r-devel-windows-x86_64 | 1.1.2-8 | 536.00 | 145.00 | 681.00 | WARN | |
r-patched-linux-x86_64 | 1.1.2-8 | 511.88 | 89.24 | 601.12 | WARN | |
r-release-linux-x86_64 | 1.1.2-8 | 505.35 | 91.26 | 596.61 | WARN | |
r-release-macos-arm64 | 1.1.2-9 | 205.00 | OK | |||
r-release-macos-x86_64 | 1.1.2-9 | 276.00 | OK | |||
r-release-windows-x86_64 | 1.1.2-8 | 367.00 | 140.00 | 507.00 | WARN | |
r-oldrel-macos-arm64 | 1.1.2-9 | 206.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.1.2-9 | 353.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.1.2-8 | 586.00 | 166.00 | 752.00 | OK |
Version: 1.1.2-8
Check: compiled code
Result: WARN
File ‘volesti/libs/volesti.so’:
Found ‘exit’, possibly from ‘exit’ (C)
Object: ‘external/lpsolve/build/lp_solve/liblp_solve.a’
Found ‘printf’, possibly from ‘printf’ (C)
Object: ‘external/lpsolve/build/lp_solve/liblp_solve.a’
Found ‘putchar’, possibly from ‘putchar’ (C)
Object: ‘external/lpsolve/build/lp_solve/liblp_solve.a’
Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C)
Object: ‘external/lpsolve/build/lp_solve/liblp_solve.a’
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘external/lpsolve/build/lp_solve/liblp_solve.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘external/lpsolve/build/lp_solve/liblp_solve.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘external/lpsolve/build/lp_solve/liblp_solve.a’
Found ‘vsprintf’, possibly from ‘vsprintf’ (C)
Object: ‘external/lpsolve/build/lp_solve/liblp_solve.a’
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-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.1.2-8
Check: compiled code
Result: WARN
File 'volesti/libs/x64/volesti.dll':
Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
Object: 'external/lpsolve/build/lp_solve/liblp_solve.a'
Found 'putchar', possibly from 'putchar' (C)
Object: 'external/lpsolve/build/lp_solve/liblp_solve.a'
Found 'puts', possibly from 'printf' (C), 'puts' (C)
Object: 'external/lpsolve/build/lp_solve/liblp_solve.a'
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-windows-x86_64, r-release-windows-x86_64
Version: 1.1.2-9
Check: installed package size
Result: NOTE
installed size is 62.0Mb
sub-directories of 1Mb or more:
libs 61.6Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64