
Use the agriDesignR Shiny Application
agriDesignR contributors
Source:vignettes/shiny.Rmd
shiny.RmdLaunch the dashboard
The Shiny dashboard exposes the same public workflow as the R API: plan a design, generate a randomized layout, inspect an uploaded dataset, fit a model, review assumptions, compare treatments, create a publication figure, and export a report. It is an interactive aid; save the final script, seed, and model specification for a reproducible analysis record.
Run the application from an interactive R session:
To select a port or prevent automatic browser launch:
launch_app(port = 8787, launch.browser = FALSE, host = "127.0.0.1")The shiny and bslib packages are optional
dependencies. Install them before launching the app if they are not
already available. The dashboard should not conceal data exclusions:
retain uploaded data, design audit, model call, and remedy comparison
alongside final report.