local shiny interface
sa-lee opened this issue · 4 comments
sa-lee commented
i.e. something like
makeReport(struct_objects)
will produce an interface with the tests, MCMC plots etc.
sa-lee commented
see also this post:
http://deanattali.com/2015/04/21/r-package-shiny-app/
sa-lee commented
sa-lee commented
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.
sa-lee commented
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.