Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
pertz-lab
shiny-outlier-remove
Commits
2006febd
Commit
2006febd
authored
Jun 04, 2019
by
Maciej Dobrzynski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing shinyjs from dependencies
parent
dc9c5344
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
server.R
server.R
+1
-1
ui.R
ui.R
+2
-1
No files found.
server.R
View file @
2006febd
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
library
(
shiny
)
library
(
shiny
)
library
(
shinydashboard
)
library
(
shinydashboard
)
library
(
shinyjs
)
# http://deanattali.com/shinyjs/
#
library(shinyjs) # http://deanattali.com/shinyjs/
library
(
ggplot2
)
library
(
ggplot2
)
library
(
data.table
)
library
(
data.table
)
library
(
gplots
)
# for heatmap.2
library
(
gplots
)
# for heatmap.2
...
...
ui.R
View file @
2006febd
library
(
shinydashboard
)
library
(
shinydashboard
)
#library(shinyjs) # http://deanattali.com/shinyjs/
ui
<-
dashboardPage
(
# starts shiny in dashboard
ui
<-
dashboardPage
(
# starts shiny in dashboard
...
@@ -42,7 +43,7 @@ ui <- dashboardPage( # starts shiny in dashboard
...
@@ -42,7 +43,7 @@ ui <- dashboardPage( # starts shiny in dashboard
dashboardBody
(
dashboardBody
(
# Includes the usage of ShinyJS - not used in the app for now
# Includes the usage of ShinyJS - not used in the app for now
useShinyjs
(),
#
useShinyjs(),
tabItems
(
tabItems
(
# references to the modules "RollWin" & "HierCluster"
# references to the modules "RollWin" & "HierCluster"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment