Package: V8
Type: Package
Title: Embedded JavaScript and WebAssembly Engine for R
Version: 3.4.0
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroen@berkeley.edu",
    comment = c(ORCID = "0000-0002-4035-0289"))
Description: 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.
License: MIT + file LICENSE
URL: https://github.com/jeroen/v8 (devel) https://v8.dev (upstream)
BugReports: https://github.com/jeroen/v8/issues
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).
NeedsCompilation: yes
VignetteBuilder: knitr
Imports: Rcpp (>= 0.12.12), jsonlite (>= 1.0), curl (>= 1.0), utils
LinkingTo: Rcpp
Suggests: testthat, knitr, rmarkdown
RoxygenNote: 7.1.1
Language: en-US
Encoding: UTF-8
Packaged: 2020-11-04 12:24:13 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2020-11-04 13:10:02 UTC
