Files
dashboard-app/dev/setup.R
T
Simon Innerbichler 058027f721
Build and deploy Roxygen2|pkgdown documentation site / build-and-deploy-documentation (push) Successful in 45s
run tests / build-and-deploy-documentation (push) Successful in 7s
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.
2026-06-03 11:53:57 +02:00

21 lines
341 B
R

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)