From a86fbf11b3d20129c4316064e8b6ee8b93a3419a Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Fri, 10 Jan 2020 13:20:58 +0100 Subject: [PATCH] Wording --- DESCRIPTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3143671..3a59ad4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,8 +5,8 @@ Version: 3.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 (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: