Skip to content

Commit 0f519b3

Browse files
committed
Removed uncessary loading of the different r libraries
1 parent 56b4d48 commit 0f519b3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app.R

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
# To deploy, run: rsconnect::deployApp(appTitle="AutoPlate")
55
# Or use the blue button on top of this file
66

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-
117
# Run app
128
pkgload::load_all(export_all = FALSE,helpers = FALSE,attach_testthat = FALSE)
139
options( "golem.app.prod" = TRUE)

0 commit comments

Comments
 (0)