Package: QuickJSR
Title: Interface for the 'QuickJS' Lightweight 'JavaScript' Engine
Version: 1.4.0
Authors@R: c(
    person(c("Andrew", "R."), "Johnson", , "andrew.johnson@arjohnsonau.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-7000-8065")),
    person("Fabrice", "Bellard", role = c("cph"),
           comment = "Author of QuickJS sources and headers"),
    person("Charlie", "Gordon", role = c("cph"),
           comment = "Author of QuickJS sources and headers"),
    person("QuickJS-NG", "Authors", role = c("cph"),
           comment = "QuickJS-NG sources and headers")
  )
Description: An 'R' interface to the 'QuickJS' portable 'JavaScript'
    engine.  The engine and all 'R' to 'JavaScript' interoperability is bundled
    within the package, requiring no dependencies beyond a 'C' compiler.
License: MIT + file LICENSE
URL: https://github.com/andrjohns/QuickJSR,
        https://bellard.org/quickjs/
BugReports: https://github.com/andrjohns/QuickJSR/issues
Suggests: knitr, rmarkdown, tinytest
Encoding: UTF-8
Language: en-AU
NeedsCompilation: yes
RoxygenNote: 7.3.1
SystemRequirements: GNU make
VignetteBuilder: knitr
Packaged: 2024-10-01 02:48:54 UTC; he184239
Author: Andrew R. Johnson [aut, cre] (<https://orcid.org/0000-0001-7000-8065>),
  Fabrice Bellard [cph] (Author of QuickJS sources and headers),
  Charlie Gordon [cph] (Author of QuickJS sources and headers),
  QuickJS-NG Authors [cph] (QuickJS-NG sources and headers)
Maintainer: Andrew R. Johnson <andrew.johnson@arjohnsonau.com>
Repository: CRAN
Date/Publication: 2024-10-01 11:20:02 UTC
Built: R 4.5.1; aarch64-apple-darwin20.6.0; 2025-09-07 10:25:14 UTC; unix
