Last updated on 2025-03-19 08:52:47 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 5.5.2.0-17.12 | 25.40 | 28.42 | 53.82 | WARN | |
r-devel-linux-x86_64-debian-gcc | 5.5.2.0-17.12 | 20.74 | 21.64 | 42.38 | WARN | |
r-devel-linux-x86_64-fedora-clang | 5.5.2.0-17.12 | 93.79 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 5.5.2.0-17.12 | 109.05 | WARN | |||
r-devel-macos-arm64 | 5.5.2.0-17.12 | 29.00 | OK | |||
r-devel-macos-x86_64 | 5.5.2.0-17.12 | 47.00 | OK | |||
r-devel-windows-x86_64 | 5.5.2.0-17.12 | 80.00 | 78.00 | 158.00 | OK | |
r-patched-linux-x86_64 | 5.5.2.0-17.12 | 27.99 | 27.90 | 55.89 | OK | |
r-release-linux-x86_64 | 5.5.2.0-17.12 | 29.55 | 26.87 | 56.42 | OK | |
r-release-macos-arm64 | 5.5.2.0-17.12 | 38.00 | OK | |||
r-release-macos-x86_64 | 5.5.2.0-17.12 | 82.00 | OK | |||
r-release-windows-x86_64 | 5.5.2.0-17.12 | 88.00 | 62.00 | 150.00 | OK | |
r-oldrel-macos-arm64 | 5.5.2.0-17.12 | OK | ||||
r-oldrel-macos-x86_64 | 5.5.2.0-17.12 | 63.00 | OK | |||
r-oldrel-windows-x86_64 | 5.5.2.0-17.12 | 75.00 | 72.00 | 147.00 | OK |
Version: 5.5.2.0-17.12
Check: compiled code
Result: WARN
File ‘lpSolveAPI/libs/lpSolveAPI.so’:
Found ‘exit’, possibly from ‘exit’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘printf’, possibly from ‘printf’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘putchar’, possibly from ‘putchar’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘rand’, possibly from ‘rand’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘srand’, possibly from ‘srand’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘vsprintf’, possibly from ‘vsprintf’ (C)
Object: ‘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: 5.5.2.0-17.12
Check: compiled code
Result: WARN
File ‘lpSolveAPI/libs/lpSolveAPI.so’:
Found ‘__printf_chk’, possibly from ‘printf’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘exit’, possibly from ‘exit’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘rand’, possibly from ‘rand’ (C), ‘rand’ (Fortran)
Object: ‘lp_solve/liblp_solve.a’
Found ‘srand’, possibly from ‘srand’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘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: 5.5.2.0-17.12
Check: compiled code
Result: WARN
File ‘lpSolveAPI/libs/lpSolveAPI.so’:
Found ‘__printf_chk’, possibly from ‘printf’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘exit’, possibly from ‘exit’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘putchar’, possibly from ‘putchar’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘rand’, possibly from ‘rand’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘srand’, possibly from ‘srand’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘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