Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amine GHOZLANE
shaman
Commits
ecbf209b
Commit
ecbf209b
authored
Sep 13, 2016
by
Amine GHOZLANE
Browse files
Install packages
parent
c83ff009
Changes
2
Hide whitespace changes
Inline
Side-by-side
LoadPackages.R
View file @
ecbf209b
...
...
@@ -51,6 +51,11 @@ if (!require(devtools)) {
install.packages
(
'devtools'
)
library
(
devtools
)
}
if
(
!
require
(
BiocInstaller
)){
source
(
"https://bioconductor.org/biocLite.R"
)
biocLite
(
"BiocInstaller"
)
library
(
BiocInstaller
)
}
# Let us use biomformat instead of biom
if
(
!
require
(
biomformat
)){
...
...
ui.R
View file @
ecbf209b
source
(
"css/owncss.R"
)
source
(
"Rfunctions/Data_Management.R"
)
library
(
shinydashboard
)
library
(
shinythemes
)
library
(
shinyjs
)
if
(
!
require
(
shinydashboard
)){
installed.packages
(
"shinydashboard"
)
library
(
shinydashboard
)
}
if
(
!
require
(
shinythemes
)){
install.packages
(
"shinythemes"
)
library
(
shinythemes
)
}
if
(
!
require
(
shinyjs
)){
install.packages
(
"shinyjs"
)
library
(
shinyjs
)
}
...
...
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