From 5b9f5b4fb85a92ee8e07bb0d1e9a9323024ca258 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Thu, 2 Apr 2015 22:40:33 -0700 Subject: [PATCH] Update description for BDR --- DESCRIPTION | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index efb5897..70782da 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,11 +5,10 @@ Version: 0.6 Date: 2015-04-02 Author: Jeroen Ooms Maintainer: Jeroen Ooms -Description: V8 is Google's open source, high performance JavaScript engine. It - is written in C++ and implements ECMAScript as specified in ECMA-262, 5th - edition. In addition, this package implements typed arrays as specified in - ECMA 6 in order to support high-performance computing and libraries compiled - with 'emscripten'. +Description: An R interface to Google's open source, high performance JavaScript engine. + V8 is written in C++ and implements ECMAScript as specified in ECMA-262, 5th edition. + In addition, this package implements typed arrays as specified in ECMA 6 in order to + support high-performance computing and libraries compiled with 'emscripten'. License: MIT + file LICENSE URL: https://github.com/jeroenooms/v8, https://code.google.com/p/v8/ BugReports: https://github.com/jeroenooms/v8/issues