From 058027f72148e6c10af1a6ab524d7c06239f7a5c Mon Sep 17 00:00:00 2001 From: Simon Innerbichler Date: Wed, 3 Jun 2026 11:48:40 +0200 Subject: [PATCH] Documentation runs @examples code correctly. IMPORTANT: examples must be written in a self-contained way They always run from a clean workspace with no global variables. --- dev/setup.R | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev/setup.R diff --git a/dev/setup.R b/dev/setup.R new file mode 100644 index 0000000..8d1cdbf --- /dev/null +++ b/dev/setup.R @@ -0,0 +1,20 @@ +library(shiny) +library(shinydashboard) +library(shinyjs) +library(shinyAce) +library(shinycssloaders) +library(shinyBS) +library(purrr) +library(gslnls) +library(tidyverse) +library(ggplot2) +library(reshape2) +library(openxlsx) +library(DT) +library(ggpubr) +library(gridExtra) +library(drc) +library(twopartm) +library(car) +library(dplyr) +library(scales)