Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
🚀
This server has been upgraded to GitLab release
15.7
.
🚀
Open sidebar
pertz-lab
shiny-timecourse-inspector
Commits
780770b7
Commit
780770b7
authored
Sep 24, 2019
by
dmattek
Browse files
Corrected shinyBS
parent
7e7b5cac
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
780770b7
...
...
@@ -13,7 +13,7 @@ Following packages need to be installed in order to run the app locally:
*
shiny
*
shinyjs
*
shiny
bs
*
shiny
BS
*
data.table
*
DT
*
ggplot2
...
...
@@ -34,7 +34,7 @@ Following packages need to be installed in order to run the app locally:
Install packages using
`install.packages('name_of_the_package_from_the_list_above')`
command in RStudio command line.
```
install.packages(c("shiny", "shinyjs", "shiny
bs
",
install.packages(c("shiny", "shinyjs", "shiny
BS
",
"data.table", "DT",
"ggplot2", "gplots", "plotly", "scales", "grid",
"dendextend", "RColorBrewer",
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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