Open sa-lee opened 8 years ago
see also this post: http://deanattali.com/2015/04/21/r-package-shiny-app/
i've started working on this in the shiny branch. Note to self use this http://shiny.rstudio.com/reference/shiny/latest/req.html to stop errors for required inputs.
I've had some more ideas about this now I've started working more with interactive graphics - I think we should remove the ability to actually load data. The user can do that in R and then we can create an interface for looking at the graphic. This is similar to what Glimma does.
i.e. something like
will produce an interface with the tests, MCMC plots etc.