Last updated on 2025-04-01 22:54:19 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 5.5.2.0-17.12 | 23.61 | 28.20 | 51.81 | WARN | |
r-devel-linux-x86_64-debian-gcc | 5.5.2.0-17.12 | 21.16 | 21.12 | 42.28 | WARN | |
r-devel-linux-x86_64-fedora-clang | 5.5.2.0-17.12 | 86.86 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 5.5.2.0-17.12 | 100.52 | WARN | |||
r-devel-macos-arm64 | 5.5.2.0-17.12 | 29.00 | WARN | |||
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 | 77.00 | 78.00 | 155.00 | WARN | |
r-patched-linux-x86_64 | 5.5.2.0-17.12 | 29.12 | 27.86 | 56.98 | WARN | |
r-release-linux-x86_64 | 5.5.2.0-17.12 | 28.96 | 26.90 | 55.86 | 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, r-patched-linux-x86_64
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
Version: 5.5.2.0-17.12
Check: compiled code
Result: WARN
File ‘lpSolveAPI/libs/lpSolveAPI.so’:
Found ‘___sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘___stderrp’, possibly from ‘stderr’ (C)
Object: ‘lp_solve/liblp_solve.a’
Found ‘___stdoutp’, possibly from ‘stdout’ (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 ‘_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’
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-macos-arm64
Version: 5.5.2.0-17.12
Check: compiled code
Result: WARN
File 'lpSolveAPI/libs/x64/lpSolveAPI.dll':
Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
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'
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-windows-x86_64