Publicaciones de Rogue Scholar

language
Publicado 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.

Publicado in rOpenSci - open tools for open science
Autor Jeroen Ooms

This week version 2.0 of the V8 package has been released to CRAN. Go get it now!install.packages("V8") The V8 package provides an embedded JavaScript engine that can be used inside of R. You can use it interactively as a JavaScript console, but it is mostly useful for wrapping JavaScript libraries in R packages. Some cool examples include jsonld, jsonvalidate, and daff.