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
0ad799ec
Commit
0ad799ec
authored
Oct 20, 2016
by
svolant
Browse files
load tree
parent
a9956d3a
Changes
2
Hide whitespace changes
Inline
Side-by-side
LoadPackages.R
View file @
0ad799ec
...
...
@@ -48,6 +48,10 @@ if (!require(devtools)) {
install.packages
(
'devtools'
)
library
(
devtools
)
}
if
(
!
require
(
treeWeightD3
)){
devtools
::
install_git
(
'https://gitlab.pasteur.fr/plechat/treeWeightD3'
)
library
(
treeWeightD3
)
}
if
(
!
require
(
BiocInstaller
)){
source
(
"https://bioconductor.org/biocLite.R"
)
biocLite
(
"BiocInstaller"
)
...
...
ui.R
View file @
0ad799ec
options
(
shiny.sanitize.errors
=
FALSE
)
source
(
"css/owncss.R"
)
source
(
"Rfunctions/Data_Management.R"
)
library
(
treeWeightD3
)
if
(
!
require
(
devtools
))
{
install.packages
(
'devtools'
)
library
(
devtools
)
}
if
(
!
require
(
treeWeightD3
)){
devtools
::
install_git
(
'https://gitlab.pasteur.fr/plechat/treeWeightD3'
)
library
(
treeWeightD3
)
}
if
(
!
require
(
scatterD3
))
{
devtools
::
install_github
(
'aghozlane/scatterD3'
)
library
(
scatterD3
)
...
...
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