Skip to content
GitLab
Menu
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
179aade4
Commit
179aade4
authored
May 30, 2017
by
Amine GHOZLANE
Browse files
Libraries are now in the correct order
parent
09e202f7
Changes
1
Show whitespace changes
Inline
Side-by-side
LoadPackages.R
View file @
179aade4
options
(
download.file.method
=
'wget'
)
if
(
!
require
(
"shinytoastr"
)){
devtools
::
install_github
(
"mangothecat/shinytoastr"
)
library
(
shinytoastr
)
}
if
(
!
require
(
"shinyWidgets"
)){
devtools
::
install_github
(
"aghozlane/shinyWidgets"
)
library
(
shinyWidgets
)
}
if
(
!
require
(
"sendmailR"
)){
install.packages
(
"sendmailR"
)
library
(
sendmailR
)
}
if
(
!
require
(
"shinyBS"
)){
install.packages
(
"shinyBS"
)
library
(
shinyBS
)
}
library
(
tools
)
if
(
!
require
(
"flexdashboard"
)){
install.packages
(
"flexdashboard"
)
library
(
flexdashboard
)
}
if
(
!
require
(
"backports"
)){
install.packages
(
"backports"
)
library
(
backports
)
}
if
(
!
require
(
"readr"
)){
install.packages
(
"readr"
)
library
(
readr
)
}
if
(
!
require
(
"jsonlite"
)){
install.packages
(
"jsonlite"
)
library
(
jsonlite
)
}
if
(
!
require
(
"shinyFiles"
)){
install.packages
(
"shinyFiles"
)
library
(
shinyFiles
)
}
if
(
!
require
(
"Rcpp"
)){
install.packages
(
"Rcpp"
)
}
...
...
@@ -213,6 +159,55 @@ if(!require(PhyloTreeMetaR)){
library
(
PhyloTreeMetaR
)
}
if
(
!
require
(
"shinytoastr"
)){
devtools
::
install_github
(
"mangothecat/shinytoastr"
)
library
(
shinytoastr
)
}
if
(
!
require
(
"shinyWidgets"
)){
devtools
::
install_github
(
"aghozlane/shinyWidgets"
)
library
(
shinyWidgets
)
}
if
(
!
require
(
"sendmailR"
)){
install.packages
(
"sendmailR"
)
library
(
sendmailR
)
}
if
(
!
require
(
"shinyBS"
)){
install.packages
(
"shinyBS"
)
library
(
shinyBS
)
}
library
(
tools
)
if
(
!
require
(
"flexdashboard"
)){
install.packages
(
"flexdashboard"
)
library
(
flexdashboard
)
}
if
(
!
require
(
"backports"
)){
install.packages
(
"backports"
)
library
(
backports
)
}
if
(
!
require
(
"readr"
)){
install.packages
(
"readr"
)
library
(
readr
)
}
if
(
!
require
(
"jsonlite"
)){
install.packages
(
"jsonlite"
)
library
(
jsonlite
)
}
if
(
!
require
(
"shinyFiles"
)){
install.packages
(
"shinyFiles"
)
library
(
shinyFiles
)
}
# if(!require(plotly)){
# install.packages("plotly")
...
...
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