Last updated on 2025-03-19 08:53:00 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.2-8 | 430.55 | 48.31 | 478.86 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.1.2-8 | 378.81 | 68.17 | 446.98 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.1.2-8 | 526.35 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.2-8 | 1154.89 | WARN | |||
r-devel-macos-arm64 | 1.1.2-8 | 183.00 | OK | |||
r-devel-macos-x86_64 | 1.1.2-8 | 224.00 | OK | |||
r-devel-windows-x86_64 | 1.1.2-8 | 524.00 | 143.00 | 667.00 | OK | |
r-patched-linux-x86_64 | 1.1.2-8 | 509.51 | 91.06 | 600.57 | OK | |
r-release-linux-x86_64 | 1.1.2-8 | 502.27 | 87.78 | 590.05 | OK | |
r-release-macos-arm64 | 1.1.2-8 | 197.00 | NOTE | |||
r-release-macos-x86_64 | 1.1.2-8 | 204.00 | NOTE | |||
r-release-windows-x86_64 | 1.1.2-8 | 492.00 | 130.00 | 622.00 | OK | |
r-oldrel-macos-arm64 | 1.1.2-8 | NOTE | ||||
r-oldrel-macos-x86_64 | 1.1.2-8 | 201.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.1.2-8 | 607.00 | 152.00 | 759.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
Version: 1.1.2-8
Check: compiled code
Result: WARN
File ‘volesti/libs/volesti.so’:
Found ‘__printf_chk’, possibly from ‘printf’ (C)
Object: ‘external/lpsolve/build/lp_solve/liblp_solve.a’
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘external/lpsolve/build/lp_solve/liblp_solve.a’
Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘external/lpsolve/build/lp_solve/liblp_solve.a’
Found ‘exit’, possibly from ‘exit’ (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’
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.
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.1.2-8
Check: compiled code
Result: WARN
File ‘volesti/libs/volesti.so’:
Found ‘__printf_chk’, possibly from ‘printf’ (C)
Object: ‘external/lpsolve/build/lp_solve/liblp_solve.a’
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘external/lpsolve/build/lp_solve/liblp_solve.a’
Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘external/lpsolve/build/lp_solve/liblp_solve.a’
Found ‘exit’, possibly from ‘exit’ (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 ‘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’
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.
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.1.2-8
Check: installed package size
Result: NOTE
installed size is 62.1Mb
sub-directories of 1Mb or more:
libs 61.7Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64