Package: V8 Type: Package Title: Embedded JavaScript and WebAssembly Engine for R Version: 8.2.0 Authors@R: c( person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com", comment = c(ORCID = "0000-0002-4035-0289")), person("George", "Stagg", role = "ctb", comment = c(ORCID = "0009-0006-3173-9846")), person("Jan Marvin", "Garbuszus", role = "ctb")) Description: An R interface to V8 : Google's open source JavaScript and WebAssembly engine. This package can be compiled either with V8 or NodeJS when built as a shared library. License: MIT + file LICENSE URL: https://jeroen.r-universe.dev/V8 BugReports: https://github.com/jeroen/v8/issues SystemRequirements: On Linux you can build against libv8-dev (Debian) or v8-devel (Fedora). We also provide static libv8 binaries for most platforms, see the README for details. NeedsCompilation: yes VignetteBuilder: knitr Imports: Rcpp (>= 0.12.12), jsonlite (>= 1.0), curl (>= 1.0), utils LinkingTo: Rcpp Suggests: testthat, knitr, rmarkdown RoxygenNote: 7.3.1 Roxygen: list(load = "installed", markdown = TRUE) Language: en-US Encoding: UTF-8 Biarch: true Config/pak/sysreqs: libnode-dev Repository: https://jeroen.r-universe.dev Date/Publication: 2026-05-12 18:07:22 UTC RemoteUrl: https://github.com/jeroen/v8 RemoteRef: HEAD RemoteSha: 6d4c1cb9d24074df1a6522f368c768ed84440146 Packaged: 2026-06-30 21:58:58 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ), George Stagg [ctb] (ORCID: ), Jan Marvin Garbuszus [ctb] Maintainer: Jeroen Ooms