-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ Version: 3.0 | |
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "[email protected]", | ||
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 (including | ||
NodeJS LTS releases) as well as the legacy 3.14/3.15 branch of V8. | ||
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://jeroen.cran.dev/V8 (docs) | ||
https://github.com/jeroen/v8 (devel) | ||
|
@@ -16,7 +16,7 @@ SystemRequirements: V8 engine version 6+ is needed for modern JS and WASM suppor | |
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 (ES5) JavaScript. | ||
branch, but these engines only support traditional JavaScript (ES5). | ||
NeedsCompilation: yes | ||
VignetteBuilder: knitr | ||
Imports: | ||
|