Package: luajr
Type: Package
Title: 'LuaJIT' Scripting
Version: 0.2.0
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' <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'.
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
Suggests: Rcpp, crayon, knitr, rmarkdown, testthat (>= 3.0.0)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2025-09-08 12:54:48 UTC; nick
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: <https://orcid.org/0000-0002-1740-1412>),
  Scott Lembcke, Howling Moon Software [ctb, cph] (Authors of the
    embedded debugger.lua debugger)
Maintainer: Nicholas Davies <nicholas.davies@lshtm.ac.uk>
Repository: CRAN
Date/Publication: 2025-09-08 14:00:08 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-11-13 02:40:06 UTC; windows
Archs: x64
