An R interface to V8: Google's open source JavaScript and WebAssembly
engine. This package can be compiled either with V8 version 6 and up, a NodeJS
shared library, or the legacy 3.14/3.15 branch of V8.
Version: |
3.4.2 |
Imports: |
Rcpp (≥ 0.12.12), jsonlite (≥ 1.0), curl (≥ 1.0), utils |
LinkingTo: |
Rcpp |
Suggests: |
testthat, knitr, rmarkdown |
Published: |
2021-05-01 |
Author: |
Jeroen Ooms [aut,
cre] |
Maintainer: |
Jeroen Ooms <jeroen at berkeley.edu> |
BugReports: |
https://github.com/jeroen/v8/issues |
License: |
MIT + file LICENSE |
URL: |
https://github.com/jeroen/v8 (devel) https://v8.dev (upstream) |
NeedsCompilation: |
yes |
SystemRequirements: |
V8 engine version 6+ is needed for modern JS and
WASM support. On Debian / Ubuntu install either libv8-dev or
libnode-dev, on Fedora use v8-devel. The readme has
instructions for installing backports on Ubuntu Xenial and
Bionic. It is still possible to build this package against the
legacy libv8 version 3.14 branch, but these engines only
support traditional JavaScript (ES5). |
Language: |
en-US |
Materials: |
NEWS |
In views: |
WebTechnologies |
CRAN checks: |
V8 results |