sa-lee/starmie

local shiny interface

sa-lee opened this issue · 4 comments

i.e. something like

makeReport(struct_objects)

will produce an interface with the tests, MCMC plots etc.

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.