Package: luajr 0.1.8.9000
luajr: 'LuaJIT' Scripting
An interface to 'LuaJIT' <https://luajit.org>, a just-in-time compiler for the 'Lua' scripting language <https://www.lua.org>. Allows users to run 'Lua' code from 'R'.
Authors:
luajr_0.1.8.9000.tar.gz
luajr_0.1.8.9000.zip(r-4.5)luajr_0.1.8.9000.zip(r-4.4)luajr_0.1.8.9000.zip(r-4.3)
luajr_0.1.8.9000.tgz(r-4.4-x86_64)luajr_0.1.8.9000.tgz(r-4.4-arm64)luajr_0.1.8.9000.tgz(r-4.3-x86_64)luajr_0.1.8.9000.tgz(r-4.3-arm64)
luajr_0.1.8.9000.tar.gz(r-4.5-noble)luajr_0.1.8.9000.tar.gz(r-4.4-noble)
luajr.pdf |luajr.html✨
luajr/json (API)
NEWS
# Install 'luajr' in R: |
install.packages('luajr', repos = c('https://nicholasdavies.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/nicholasdavies/luajr/issues
Last updated 21 days agofrom:eb9cdec2dc. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 16 2024 |
R-4.5-win-x86_64 | NOTE | Oct 16 2024 |
R-4.5-linux-x86_64 | NOTE | Oct 16 2024 |
R-4.4-win-x86_64 | NOTE | Oct 16 2024 |
R-4.4-mac-x86_64 | NOTE | Oct 16 2024 |
R-4.4-mac-aarch64 | NOTE | Oct 16 2024 |
R-4.3-win-x86_64 | NOTE | Oct 16 2024 |
R-4.3-mac-x86_64 | NOTE | Oct 16 2024 |
R-4.3-mac-aarch64 | NOTE | Oct 16 2024 |
Exports:lualua_funclua_modelua_openlua_parallellua_profilelua_resetlua_shell
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
luajr: LuaJIT Scripting | luajr-package luajr |
Run Lua code | lua |
Make a Lua function callable from R | lua_func |
Debugger, profiler, and JIT options | lua_mode |
Create a new Lua state | lua_open |
Run Lua code in parallel | lua_parallel |
Get profiling data | lua_profile |
Reset the default Lua state | lua_reset |
Run an interactive Lua shell | lua_shell |