JohnCoene / javascript-for-r

📚 JavaScript for R CRC Book
https://javascript-for-r.com/
Other
181 stars 46 forks source link

Factual error: 6-01-computations-v8.Rmd #7

Closed iqis closed 3 years ago

iqis commented 3 years ago

V8 does not depend on R6, but instead instantiates an object through capturing and returning the closure of v8() itself. This construction is commonly seen in code written in JS itself, which may have caused the author to employ such. Removed languages referring to R6.
Verify with:

packageVersion("V8")
tools::package_dependencies("V8")
JohnCoene commented 3 years ago

Oh shoot, you're right. Thank you very much!