Last updated on 2025-03-20 06:54:22 CET.
Package | WARN | NOTE | OK |
---|---|---|---|
luajr | 4 | 8 | 3 |
Current CRAN status: WARN: 4, NOTE: 8, OK: 3
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
Version: 0.1.8
Check: compiled code
Result: NOTE
File ‘luajr/libs/luajr.so’:
Found non-API call to R: ‘DATAPTR’
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-patched-linux-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