-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 1.11 KB
/
Copy pathDESCRIPTION
File metadata and controls
29 lines (29 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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