webR 0.2: R Packages and Shiny for WebAssembly | George Stagg | Posit

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024

Комментарии • 4

  • @k0rnburn
    @k0rnburn 11 месяцев назад

    Nice job! Keep going :)

  • @andrewdecatus5172
    @andrewdecatus5172 11 месяцев назад

    I have data stored on a server for my shiny apps. How would webr access that data? It's medium size data.

  • @dubhsith5993
    @dubhsith5993 11 месяцев назад

    Pirty cool!

  • @lucanus8997
    @lucanus8997 5 месяцев назад

    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.