r-wasm / webr

The statistical language R compiled to WebAssembly via Emscripten, for use in web browsers and Node.
https://docs.r-wasm.org/webr/latest/
Other
804 stars 54 forks source link

The mmrm package is missing again #429

Closed adrianolszewski closed 1 month ago

adrianolszewski commented 1 month ago

Hello, I just tried the mmrm package in the latest web R version: https://webr.r-wasm.org/latest/ and it disappear again:

> library(mmrm)
Failed to load package "mmrm". Do you want to try downloading it from the webR binary repo? 

1: Yes
2: No

Selection: 1
Warning message:
In webr::install(package) :
  Requested package mmrm not found in webR binary repo.

I tried it 30.05.2024.

obraz

georgestagg commented 1 month ago

Thanks for reporting this!

Closing as duplicate of #391, I've written a longer reply there.