knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

edibbleGUI

This package is work-in-progress!

This package is simply a shiny web app version of the edibble package. The main aim is to construct experimental designs with a graphcial user interface.

Currently it's pretty bare with support only for completely randomised design.

Installation

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("emitanaka/edibbleGUI")

Usage

Once installed, simply run the command below to get started.

edibbleGUI::app()


emitanaka/edibbleGUI documentation built on Dec. 20, 2021, 4:26 a.m.