Last updated on 2025-04-01 09:55:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.8 | 42.93 | 29.57 | 72.50 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.1.8 | 32.92 | 24.40 | 57.32 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.1.8 | 123.17 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.8 | 146.46 | WARN | |||
r-devel-macos-arm64 | 0.1.8 | 48.00 | WARN | |||
r-devel-macos-x86_64 | 0.1.8 | 89.00 | OK | |||
r-devel-windows-x86_64 | 0.1.8 | 64.00 | 62.00 | 126.00 | WARN | |
r-patched-linux-x86_64 | 0.1.8 | 46.80 | 29.48 | 76.28 | WARN | |
r-release-linux-x86_64 | 0.1.8 | 43.97 | 29.08 | 73.05 | NOTE | |
r-release-macos-arm64 | 0.1.8 | 69.00 | NOTE | |||
r-release-macos-x86_64 | 0.1.8 | 129.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.8 | 57.00 | 92.00 | 149.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1.8 | NOTE | ||||
r-oldrel-macos-x86_64 | 0.1.8 | 144.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.1.8 | 62.00 | 85.00 | 147.00 | NOTE |
Version: 0.1.8
Check: compiled code
Result: WARN
File ‘luajr/libs/luajr.so’:
Found ‘exit’, possibly from ‘exit’ (C)
Object: ‘luajit/src/libluajit.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘luajit/src/libluajit.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘luajit/src/libluajit.a’
File ‘luajr/libs/luajr.so’:
Found non-API call to R: ‘DATAPTR’
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.
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64
Version: 0.1.8
Check: compiled code
Result: WARN
File ‘luajr/libs/luajr.so’:
Found ‘___stderrp’, possibly from ‘stderr’ (C)
Object: ‘luajit/src/libluajit.a’
Found ‘___stdoutp’, possibly from ‘stdout’ (C)
Object: ‘luajit/src/libluajit.a’
Found ‘_exit’, possibly from ‘exit’ (C)
Object: ‘luajit/src/libluajit.a’
Found ‘_putchar’, possibly from ‘putchar’ (C)
Object: ‘luajit/src/libluajit.a’
File ‘luajr/libs/luajr.so’:
Found non-API call to R: ‘DATAPTR’
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.
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavor: r-devel-macos-arm64
Version: 0.1.8
Check: compiled code
Result: WARN
File 'luajr/libs/x64/luajr.dll':
Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
Object: 'luajit/src/libluajit.a'
Found 'putchar', possibly from 'putchar' (C)
Object: 'luajit/src/libluajit.a'
File 'luajr/libs/x64/luajr.dll':
Found non-API call to R: 'DATAPTR'
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.
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavor: r-devel-windows-x86_64
Version: 0.1.8
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64