Package: V8 8.2.0
V8: Embedded JavaScript and WebAssembly Engine for R
An R interface to V8 <https://v8.dev>: Google's open source JavaScript and WebAssembly engine. This package can be compiled either with V8 or NodeJS when built as a shared library.
Authors:
V8_8.2.0.tar.gz
V8_8.2.0.zip(r-4.7)V8_8.2.0.zip(r-4.6)V8_8.2.0.zip(r-4.5)
V8_8.2.0.tgz(r-4.6-x86_64)V8_8.2.0.tgz(r-4.6-arm64)V8_8.2.0.tgz(r-4.5-x86_64)V8_8.2.0.tgz(r-4.5-arm64)
V8_8.2.0.tar.gz(r-4.7-arm64)V8_8.2.0.tar.gz(r-4.7-x86_64)V8_8.2.0.tar.gz(r-4.6-arm64)V8_8.2.0.tar.gz(r-4.6-x86_64)
V8_8.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
V8/json (API)
NEWS
| # Install 'V8' in R: |
| install.packages('V8', repos = c('https://jeroen.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jeroen/v8/issues
Last updated from:6d4c1cb9d2. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 153 | ||
| linux-devel-x86_64 | OK | 191 | ||
| source / vignettes | OK | 229 | ||
| linux-release-arm64 | OK | 139 | ||
| linux-release-x86_64 | OK | 159 | ||
| macos-release-arm64 | OK | 121 | ||
| macos-release-x86_64 | OK | 311 | ||
| macos-oldrel-arm64 | OK | 95 | ||
| macos-oldrel-x86_64 | OK | 387 | ||
| windows-devel | OK | 174 | ||
| windows-release | OK | 164 | ||
| windows-oldrel | OK | 154 | ||
| wasm-release | OK | 105 |
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Mark character strings as literal JavaScript code | JS |
| Run JavaScript in a V8 context | engine_info new_context V8 v8 |
| Experimental WebAssembly | wasm wasm_features |
