Package: V8
Type: Package
Title: Embedded JavaScript Engine
Version: 0.9
Author: Jeroen Ooms
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>
Description: An R interface to Google's open source 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 used for 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
SystemRequirements: V8: libv8-dev (deb), v8-devel (rpm), v8-3.14 (arch)
NeedsCompilation: yes
VignetteBuilder: knitr
Imports: Rcpp (>= 0.11.5), jsonlite (>= 0.9.14), curl (>= 0.5), utils
LinkingTo: Rcpp
Suggests: knitr, rmarkdown
Packaged: 2015-10-17 15:10:42 UTC; jeroen
Repository: CRAN
Date/Publication: 2015-10-18 10:12:34
