Skip to content

Commit 1a072f5

Browse files
committed
fix image paths for meta figures; delete activation pooling figures; remove unnecessary packages
1 parent b379f43 commit 1a072f5

33 files changed

+124
-123
lines changed

app.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
library(shiny)
77
library(shinythemes)
88
library(shinycssloaders)
9+
library(shinyscreenshot)
910
library(shinyjs)
1011
library(shinyBS)
1112
library(bslib)
1213
library(DT) # data tables
1314

1415
# Import custom BrainEffeX functions, ui, and server
1516
save_plots = FALSE # set to TRUE to save all plots as pngs, MUST BE OFF TO DEPLOY
16-
library(BrainEffeX.utils) # to run locally, install the package from github with: devtools::install_github("neuroprismlab/BrainEffeX_utils")
17+
#library(BrainEffeX.utils) # to run locally, install the package from github with: devtools::install_github("neuroprismlab/BrainEffeX_utils")
1718
source("ui.R")
1819
source("server.R")
1920

-90.3 KB
Binary file not shown.
-44.4 KB
Binary file not shown.
-97.2 KB
Binary file not shown.
-101 KB
Binary file not shown.
-92.4 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)