-
Notifications
You must be signed in to change notification settings - Fork 29
/
DESCRIPTION
34 lines (34 loc) · 1.16 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
31
32
33
34
Package: V8
Type: Package
Title: Embedded JavaScript and WebAssembly Engine for R
Version: 6.0.0
Authors@R: c(
person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com",
comment = c(ORCID = "0000-0002-4035-0289")),
person("Jan Marvin", "Garbuszus", role = "ctb"))
Description: An R interface to V8 <https://v8.dev>: Google's open source JavaScript
and WebAssembly engine. This package can be compiled either with V8 version 6
and up or NodeJS when built as a shared library.
License: MIT + file LICENSE
URL: https://jeroen.r-universe.dev/V8
BugReports: https://github.com/jeroen/v8/issues
SystemRequirements: V8 engine version 6+ is needed for ES6 and WASM support. On
Linux you can build against libv8-dev (Debian) or v8-devel (Fedora). We also
provide static libv8 binaries for most platforms, see the README for details.
NeedsCompilation: yes
VignetteBuilder: knitr
Imports:
Rcpp (>= 0.12.12),
jsonlite (>= 1.0),
curl (>= 1.0),
utils
LinkingTo: Rcpp
Suggests:
testthat,
knitr,
rmarkdown
RoxygenNote: 7.3.1
Roxygen: list(load = "installed", markdown = TRUE)
Language: en-US
Encoding: UTF-8
Biarch: true