Package: QuickJSR Title: Interface for the 'QuickJS-NG' Lightweight 'JavaScript' Engine Version: 1.10.9000 Authors@R: c( person(c("Andrew", "R."), "Johnson", , "andrew.johnson@arjohnsonau.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7000-8065")), person("QuickJS", "Authors", role = c("cph"), comment = "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://github.com/quickjs-ng/quickjs BugReports: https://github.com/andrjohns/QuickJSR/issues Suggests: knitr, rmarkdown, tinytest Encoding: UTF-8 Language: en-AU NeedsCompilation: yes Roxygen: list(markdown = TRUE) SystemRequirements: GNU make VignetteBuilder: knitr Config/build/compilation-database: true Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: make Repository: https://andrjohns.r-universe.dev Date/Publication: 2026-06-13 06:22:47 UTC RemoteUrl: https://github.com/andrjohns/QuickJSR RemoteRef: HEAD RemoteSha: 44d7f958c1cceff99e8861c3da9d22ceff1a6f19 Packaged: 2026-06-24 10:43:39 UTC; root Author: Andrew R. Johnson [aut, cre] (ORCID: ), QuickJS Authors [cph] (QuickJS sources and headers), QuickJS-NG Authors [cph] (QuickJS-NG sources and headers) Maintainer: Andrew R. Johnson