Skip to content

gggenomes works in webR #196

@iimog

Description

@iimog

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:
image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions