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
71ab220b
Commit
71ab220b
authored
Oct 25, 2016
by
Amine GHOZLANE
Browse files
Move plotly in LoadPackages
parent
877518ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
LoadPackages.R
View file @
71ab220b
...
...
@@ -130,7 +130,10 @@ if (!require(scales)) {
install.packages
(
'scales'
)
library
(
scales
)
}
if
(
!
require
(
plotly
)){
install.packages
(
"plotly"
)
library
(
plotly
)
}
# Allow to upload 50M files only shaman server
if
(
Sys.info
()[
"nodename"
]
==
"shaman"
){
...
...
server.R
View file @
71ab220b
source
(
'LoadPackages.R'
)
if
(
!
require
(
plotly
)){
install.packages
(
"plotly"
)
library
(
plotly
)
}
shinyServer
(
function
(
input
,
output
,
session
)
{
hide
(
id
=
"loading-content"
,
anim
=
TRUE
,
animType
=
"fade"
,
time
=
1.5
)
...
...
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