Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 10, 2020
1 parent 0e582d2 commit a86fbf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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:
Expand Down

0 comments on commit a86fbf1

Please sign in to comment.