ShinyTester icon indicating copy to clipboard operation
ShinyTester copied to clipboard

An R package to help debug Shiny apps during the process itself.

Results 8 ShinyTester issues
Sort by recently updated
recently updated
newest added

such that they can be read like normal functions

Add a print statement to DummyChecker. And then, check that each reactive component has what it needs. IE - * Check what reactives are being passed into each Chunk *...

enhancement

Does this only recognize code from one tab? I ran ShinyHiearchy and it only shows elements from the first tab.

I can do it if users read in the UI and SERVER first... then just ignore directory, maybe Directory=NULL... UI should be a list, and server should be a function....

enhancement

this might be hard to do in the case sourced files include both UI and server elements... might require redesign?

help wanted

The method in which chunks are parsed is that I read anything inside `({ ... })` statements, which don't work outside the shiny server declaration... so I need to find...

help wanted

In theory, this should be easy to do... will do as soon as it's useful to someone

enhancement