Vedha Viyash
Vedha Viyash
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...
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...
The list of helper functions that we have to help users with the function arguments is incomplete. This is not a big issue because people can always add additional arguments,...
1. Docs: Vignette for explaining different data sources 2. Docs: Vignette for explaining different graph types - Connected to the basic examples. 3. Docs: Vignette how the grammar works 4....
Currently, there are no helper functions to guide the users into constructing a properly structured gosling object. Creating some helper debugger functions will help the users. Print the error from...
Provide at least one example showcasing other data sources.
`use_gosling` seems to do something else than what the document suggests _"Add this function at the beginning of ui. This is needed for gosling to work in shiny plots."_ If...
Closes https://github.com/insightsengineering/coredev-tasks/issues/554 Changes: 1. ~The container in the integration test does not seem to evaluate the JS code to check visibility when `app_driver$is_visible` is called with `visibility_property = TRUE`~ Bumping...
### What happened? There is a different behaviour of data flow in modules when using transform during init. The transform module server seems to be called for every module. But,...
Adds `delayed-data` and `custom-transform` app. Note that it will take a while for this branch to be merged to the main depending on the release of the `teal_transform_module` feature. Additionally,...