-
Notifications
You must be signed in to change notification settings - Fork 74
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
How to install packages not available on CRAN? #456
Comments
Yes, either build the package using {rwasm}, or create a personal r-universe repository (which builds emscripten packages for you automatically using {rwasm}). Loading packages directly from GitHub using package references such as |
Understandable. The challenge with using |
It should be possible to download the e.g. https://r-lib.r-universe.dev/bin/emscripten/contrib/4.4/cli_3.6.3.9000.data |
@JosiahParry FYI litedown is on both CRAN and r-universe now. |
I can successfully load custom built packages using I also notice that in the JupyterLite webr kernel at least,
|
Try setting IIRC the |
I'd like to use litedown with webR but running
webr::install("litedown")
andwebr::install("yihui/litedown")
both fail saying the package cannot be found.Any tips here? I suspect the best thing i can do is to build it as part of the {rwasm} build process and mount it.
https://github.com/yihui/litedown
The text was updated successfully, but these errors were encountered: