I'm trying to deploy a shinylive app that uses the jsonvalidate package, which itself uses V8. According to http://repo.r-wasm.org, both of these packages should be available, but I'm getting a warning Can't find V8 in Wasm binary repository: <http://repo.r-wasm.org> in R and preload error: Requested package V8 not found in webR binary repo. and preload error:Warning: Error in loadNamespace: there is no package called ‘V8’ in the app. I've tried installing both the CRAN and https://jeroen.r-universe.dev/V8 versions of V8. I have also tried shinylive asset versions 0.9.1 and 0.10.6. I am using R 4.5.2.
I'm trying to deploy a shinylive app that uses the
jsonvalidatepackage, which itself usesV8. According to http://repo.r-wasm.org, both of these packages should be available, but I'm getting a warningCan't find V8 in Wasm binary repository: <http://repo.r-wasm.org>in R andpreload error: Requested package V8 not found in webR binary repo.andpreload error:Warning: Error in loadNamespace: there is no package called ‘V8’in the app. I've tried installing both the CRAN and https://jeroen.r-universe.dev/V8 versions of V8. I have also tried shinylive asset versions0.9.1and0.10.6. I am using R 4.5.2.