-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.17 KB
/
DESCRIPTION
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
30
Package: QuickJSR
Title: Interface for the 'QuickJS' Lightweight 'JavaScript' Engine
Version: 1.5.1
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
SystemRequirements: GNU make
VignetteBuilder: knitr