importFrom("MASS", "ginv")
importFrom("Matrix", "kronecker")
importFrom("htmltools", "htmlEscape")
importFrom("htmltools", "HTML")
importFrom("shiny", "fluidPage")
importFrom("shiny", "titlePanel")
importFrom("shiny", "sidebarLayout")
importFrom("shiny", "sidebarPanel")
importFrom("shiny", "numericInput")
importFrom("shiny", "textInput")
importFrom("shiny", "actionButton")
importFrom("shiny", "tags")
importFrom("shiny", "textAreaInput")
importFrom("shiny", "mainPanel")
importFrom("shiny", "htmlOutput")
importFrom("shiny", "shinyApp")
importFrom("shiny", "observeEvent")
importFrom("shiny", "showNotification")
importFrom("shiny", "updateTextAreaInput")
importFrom("shiny", "observe")
importFrom("shiny", "renderUI")
importFrom("stats", "as.formula", "model.matrix")
importFrom("utils", "capture.output", "head")
export("run_app")
export("autogenerate_design")
export("analyze_design")