We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b4d48 commit 0f519b3Copy full SHA for 0f519b3
app.R
@@ -4,10 +4,6 @@
4
# To deploy, run: rsconnect::deployApp(appTitle="AutoPlate")
5
# Or use the blue button on top of this file
6
7
-# Load dependencies
8
-packages <- c("shiny","shinydashboard","rhandsontable","tidyr","dplyr","plot.matrix","viridis","ggplot2","drc","rmarkdown","knitr","svglite","plotly","shinyWidgets","metafolio")
9
-invisible(lapply(packages, library, character.only = TRUE))
10
-
11
# Run app
12
pkgload::load_all(export_all = FALSE,helpers = FALSE,attach_testthat = FALSE)
13
options( "golem.app.prod" = TRUE)
0 commit comments