Veröffentlicht in rOpenSci - open tools for open science
Autor Jeroen Ooms

Google’s amazing V8 JavaScript/WASM engine is probably one of the most sophisticated open-source software libraries available today. It is used to power the computation in Google Chrome, NodeJS, and also CloudFlare Workers, which make it possible to run code for your website inside the CDN edges. The R package V8 exposes this same engine in R, and has been on CRAN since 2014.