Package: V8 8.0.1
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.0.1.tar.gz
V8_8.0.1.zip(r-4.6)V8_8.0.1.zip(r-4.5)V8_8.0.1.zip(r-4.4)
V8_8.0.1.tgz(r-4.6-x86_64)V8_8.0.1.tgz(r-4.6-arm64)V8_8.0.1.tgz(r-4.5-x86_64)V8_8.0.1.tgz(r-4.5-arm64)
V8_8.0.1.tar.gz(r-4.6-arm64)V8_8.0.1.tar.gz(r-4.6-x86_64)V8_8.0.1.tar.gz(r-4.5-arm64)V8_8.0.1.tar.gz(r-4.5-x86_64)
V8_8.0.1.tgz(r-4.5-emscripten)
V8.pdf |V8.html✨
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:7806ac4fd2. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 137 | ||
| linux-devel-x86_64 | OK | 127 | ||
| source / vignettes | OK | 227 | ||
| linux-release-arm64 | OK | 158 | ||
| linux-release-x86_64 | OK | 141 | ||
| macos-devel-arm64 | OK | 137 | ||
| macos-devel-x86_64 | OK | 245 | ||
| macos-release-arm64 | OK | 116 | ||
| macos-release-x86_64 | OK | 323 | ||
| windows-devel | OK | 138 | ||
| windows-release | OK | 136 | ||
| windows-oldrel | OK | 180 | ||
| wasm-release | OK | 108 |
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 |
