Skip to content

Commit

Permalink
package version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
oganm committed Oct 24, 2024
1 parent df7173c commit 177084f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion global.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ library(memoise)
library(shinythemes)
library(DT)
library(shinyjs)
library(shinyTree)
library(shinyTree) # version 0.2.7. selecting all boxes under a parent is broken in the latest version
library(glue)
library(limma)
library(readr)
Expand Down
4 changes: 1 addition & 3 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ shinyUI(fluidPage(theme = shinytheme('lumen'),
gtag('config', 'G-08PL1XMYLD');")),
# includeScript("www/js/googleAnalytics.js")),
includeCSS('www/style.css'),
# in the latest version www isn't needed but I have not updated the packages in the
# shiny server
extendShinyjs(script = 'www/js/shinyjsFunctions.js',functions = c('changeTree',
extendShinyjs(script = 'js/shinyjsFunctions.js',functions = c('changeTree',
'open',
'deselect',
'setDefaultTree',
Expand Down

0 comments on commit 177084f

Please sign in to comment.