Package: luajr Type: Package Title: 'LuaJIT' Scripting Version: 0.3.1.9000 Authors@R: c( person("Mike", "Pall", role = c("aut", "cph"), comment = "Author of the embedded LuaJIT compiler"), person("Lua.org, PUC-Rio", role = "cph", comment = "Copyright holders over portions of Lua source code included in LuaJIT"), person("Nicholas", "Davies", email = "nicholas.davies@lshtm.ac.uk", role = c("cre", "ctb", "cph"), comment = c("Author of the R package wrapper", ORCID = "0000-0002-1740-1412")), person("Scott Lembcke, Howling Moon Software", role = c("ctb", "cph"), comment = "Authors of the embedded debugger.lua debugger")) Description: An interface to 'LuaJIT' , a just-in-time compiler for the 'Lua' scripting language . Allows users to run 'Lua' code from 'R'. URL: https://github.com/nicholasdavies/luajr, https://nicholasdavies.github.io/luajr/ BugReports: https://github.com/nicholasdavies/luajr/issues License: MIT + file LICENSE Encoding: UTF-8 SystemRequirements: GNU make Depends: R (>= 4.0.0) Suggests: Rcpp, crayon, knitr, rmarkdown, testthat (>= 3.0.0) Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 RoxygenNote: 7.3.2 Config/pak/sysreqs: make Repository: https://nicholasdavies.r-universe.dev Date/Publication: 2026-06-04 21:05:03 UTC RemoteUrl: https://github.com/nicholasdavies/luajr RemoteRef: HEAD RemoteSha: 1c708a308bb3a010b420cc672bbfd4040ba9fe2b NeedsCompilation: yes Packaged: 2026-07-04 09:18:56 UTC; root Author: Mike Pall [aut, cph] (Author of the embedded LuaJIT compiler), Lua.org, PUC-Rio [cph] (Copyright holders over portions of Lua source code included in LuaJIT), Nicholas Davies [cre, ctb, cph] (Author of the R package wrapper, ORCID: ), Scott Lembcke, Howling Moon Software [ctb, cph] (Authors of the embedded debugger.lua debugger) Maintainer: Nicholas Davies