Last data update: 2014.03.03

V8

Package: V8
Type: Package
Title: Embedded JavaScript Engine for R
Version: 1.0.3
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://developers.google.com/v8/intro
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.12), jsonlite (>= 0.9.14), curl (>= 0.5), utils
LinkingTo: Rcpp
Suggests: testthat, knitr, rmarkdown
RoxygenNote: 5.0.1
Packaged: 2016-06-27 23:36:21 UTC; jeroen
Repository: CRAN
Date/Publication: 2016-06-28 08:33:37

● 0 images, 2 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'V8' ...
** package 'V8' successfully unpacked and MD5 sums checked
Package libv8 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libv8.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libv8' found
Using PKG_CFLAGS=
Using PKG_LIBS=-lv8
------------------------- ANTICONF ERROR ---------------------------
Configuration failed because libv8 was not found. Try installing:
 * deb: libv8-3.14-dev | libv8-dev (Debian, Ubuntu)
 * rpm: v8-devel (Fedora, EPEL)
 * brew: v8-315 (OSX) -- NOT regular v8! Tap from homebrew/versions
 * csw: libv8_dev (Solaris)
If libv8 is already installed, check that 'pkg-config' is in your
PATH and PKG_CONFIG_PATH contains a libv8.pc file. If pkg-config
is unavailable you can set INCLUDE_DIR and LIB_DIR manually via:
R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
--------------------------------------------------------------------
ERROR: configuration failed for package 'V8'
* removing '/home/ddbj/local/lib64/R/library/V8'