shiny.gosling icon indicating copy to clipboard operation
shiny.gosling copied to clipboard

R Shiny wrapper for Gosling.js - Grammar-based Toolkit for Scalable and Interactive Genomics Data Visualization

Results 23 shiny.gosling issues
Sort by recently updated
recently updated
newest added

*Have you read the [Contributing Guidelines](https://github.com/Appsilon/.github/blob/main/CONTRIBUTING.md)?* ## Description - Upgraded `gosling.js` to 0.17.0 - Upgraded the rest of JS dependencies to latest (compatible) versions. **Important** - Remove "Install shiny.react with...

### Guidelines - [X] I agree to follow this project's Contributing Guidelines. ### Project Version all ### Platform and OS Version Ubuntu 22.04 ### Existing Issues no ### What happened?...

bug

Adds manifest for all the example apps so they can be deployed in our connect server

Closes #105 ## Changes description * Now we are catching errors in JS and sending them to a server function ![image](https://github.com/Appsilon/shiny.gosling/assets/25372718/29f828ca-328b-4a2a-8373-0227acbfeb50) ## Steps to reproduce Right now we are loading...

Resolve comments from [bioc review](https://github.com/Bioconductor/Contributions/issues/2907)

MUST

There seems to be something missing in the `Tutorial vignette` just before the sessionInfo() is printed.

MUST

**Context:** Snapshot tests using screenshots in e2e tests **Issue:** SVG elements are drawn after its parent element exists in the DOM, this causes that when we are running for example...

The gosling objects and functions should have a class that have a good print method to help debug any data based errors. http://gosling-lang.org/docs/FAQ#how-to-debug-gosling-specs If we can bring the output of...

MUST

The gosling library is made in a way that we need to pass a lot of values to a lot of nested lists and it becomes easy to make mistakes...