I have a package that uses rJava to launch a jar and am having trouble converting it to wasm. Do you know if this is possible? I tried using the docker image, installing java in it, and converting rJava first, but get Make sure you have Java Development Kit installed and correctly registered in R. If in doubt, re-run "R CMD javareconf" as root. emconfigure: error: 'sh -c "./configure.orig --build=x86_64-pc-linux-gnu --host=wasm32-unknown-emscripten ac_cv_func_getrandom=no"' failed (returned 1) I tried the suggestion and still can't seem to figure it out.
Nice job! Keep going :)
I have data stored on a server for my shiny apps. How would webr access that data? It's medium size data.
Pirty cool!
I have a package that uses rJava to launch a jar and am having trouble converting it to wasm. Do you know if this is possible?
I tried using the docker image, installing java in it, and converting rJava first, but get
Make sure you have Java Development Kit installed and correctly registered in R.
If in doubt, re-run "R CMD javareconf" as root.
emconfigure: error: 'sh -c "./configure.orig --build=x86_64-pc-linux-gnu --host=wasm32-unknown-emscripten ac_cv_func_getrandom=no"' failed (returned 1)
I tried the suggestion and still can't seem to figure it out.