-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
I just realized, that it is possible to run gggenomes in webR in the browser 🤯
Thanks to r-universe building a wasm package for us, we can go to the webR repl: https://webr.r-wasm.org/latest/ and install gggenomes there.
install.packages('gggenomes', repos = c('https://thackl.r-universe.dev', 'https://repo.r-wasm.org'))That's it. We can then use gggenomes, e.g. to run the example:

I think this is super nice! It allows anyone to run gggenomes without installing anything locally. It also offers the possibility to provide interactive documentation 😎
Metadata
Metadata
Assignees
Labels
No labels