Package: V8
Type: Package
Title: Embedded JavaScript Engine
Version: 0.10
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: testthat, knitr, rmarkdown
RoxygenNote: 5.0.1
Packaged: 2016-01-29 13:49:14 UTC; jeroen
Repository: CRAN
Date/Publication: 2016-01-30 00:21:20
