We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was thinking that it is webr_pkg_repos option value but apparently it does not work in shinylive.io.
webr_pkg_repos
A minimal example:
options(webr_pkg_repos = c("r-universe" = "https://pharmaverse.r-universe.dev", getOption("webr_pkg_repos"))) library(teal.code) packageVersion("teal.code")
In webR REPL app it works correctly:
However, in shinylive.io it does not: sharable link
(I am sorry if this is not appropriate repo. If that's the case - please guide me where should I open this)
The text was updated successfully, but these errors were encountered:
Thanks for reporting this! Related: r-wasm/actions#18
For the moment, there's a workaround given in that thread. It's not ideal but it might be able to get you up and running for now.
webr::unmount("/usr/lib/R/library/teal.code") webr::install( "teal.code", repos = c("https://pharmaverse.r-universe.dev/", "https://repo.r-wasm.org") )
Example
Sorry, something went wrong.
No branches or pull requests
I was thinking that it is
webr_pkg_repos
option value but apparently it does not work in shinylive.io.A minimal example:
In webR REPL app it works correctly:
However, in shinylive.io it does not:
sharable link
(I am sorry if this is not appropriate repo. If that's the case - please guide me where should I open this)
The text was updated successfully, but these errors were encountered: