Last updated on 2025-05-03 22:50:36 CEST.
Package | WARN | NOTE | OK |
---|---|---|---|
luajr | 1 | 3 | 9 |
Current CRAN status: WARN: 1, NOTE: 3, OK: 9
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.
Flavor: r-release-linux-x86_64
Version: 0.1.9
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64