-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation from r-universe emits an error about PACKAGES.rds
#435
Comments
It's currently a non-scheduled batch job. Updates follow CRAN versions of packages but on a much slower release frequency. I can also update individual packages on request. AFAICT it doesn't look like r-universe generates a For me, at least in a web browser, when I run
The error is generated, but R continues to download using the fallback option and once complete I can successfully run
I will try to think if there is some better way to raise and report the network error in this context. |
PACKAGES.rds
Yes, correct. Just FYI some performance data, o3 are (dplyr, htmlwidgets, data.tree)
So loading from r-wasm is almost twice as fast as r-universe (at least from my PC and location). |
Appreciation and gratitude for your work, WebR is a gamechanger ! 🏆
I have two questions related to installation.
Wondering how often those 20K binary repo packages are re-compiled to WebAssembly. Is there some trigger by package, or a general update schedule for all packages (monthly, etc.), or is it a non-scheduled batch job ?
There is a footnote in the docs about an alternative repo called r-universe. Looks good indeed and they recompile really fast the latest package version when published. But trying to install from them I got and reported an error. Here is the code:
To summarize the issue - repo.r-wasm.org works fine, but packages are not updated often, r-universe.dev has quick updates, but generates some installation error.
The text was updated successfully, but these errors were encountered: