Package: luajr 0.3.1.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.3.1.9000.tar.gz
luajr_0.3.1.9000.zip(r-4.7)luajr_0.3.1.9000.zip(r-4.6)luajr_0.3.1.9000.zip(r-4.5)
luajr_0.3.1.9000.tgz(r-4.6-x86_64)luajr_0.3.1.9000.tgz(r-4.6-arm64)luajr_0.3.1.9000.tgz(r-4.5-x86_64)luajr_0.3.1.9000.tgz(r-4.5-arm64)
luajr_0.3.1.9000.tar.gz(r-4.7-arm64)luajr_0.3.1.9000.tar.gz(r-4.7-x86_64)luajr_0.3.1.9000.tar.gz(r-4.6-arm64)luajr_0.3.1.9000.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
luajr/json (API)
| # 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
Pkgdown/docs site:https://nicholasdavies.github.io
Last updated from:1c708a308b. Checks:12 OK, 1 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 145 | ||
| linux-devel-x86_64 | OK | 142 | ||
| source / vignettes | OK | 176 | ||
| linux-release-arm64 | OK | 160 | ||
| linux-release-x86_64 | OK | 136 | ||
| macos-release-arm64 | OK | 109 | ||
| macos-release-x86_64 | OK | 262 | ||
| macos-oldrel-arm64 | OK | 114 | ||
| macos-oldrel-x86_64 | OK | 215 | ||
| windows-devel | OK | 138 | ||
| windows-release | OK | 174 | ||
| windows-oldrel | OK | 153 | ||
| wasm-release | FAIL | 106 |
Exports:lualua_funclua_importlua_modelua_modulelua_openlua_profilelua_resetlua_shell
Dependencies:
Last update: 2026-06-02
Started: 2024-01-16
Last update: 2026-06-02
Started: 2024-01-30
Last update: 2026-05-22
Started: 2026-05-09
Last update: 2026-05-16
Started: 2026-05-16
Last update: 2026-05-11
Started: 2025-09-08
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Run Lua code | lua |
| Make a Lua function callable from R | lua_func |
| Debugger, profiler, and JIT options | lua_mode |
| Load Lua modules | lua_import lua_module |
| Create a new Lua state | lua_open |
| Get profiling data | lua_profile |
| Reset the default Lua state | lua_reset |
| Run an interactive Lua shell | lua_shell |
