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
de23e039
Commit
de23e039
authored
Aug 25, 2020
by
Amine GHOZLANE
Browse files
Let's go for 100 percent of https
parent
98786eae
Pipeline
#36254
passed with stages
in 101 minutes and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
LoadPackages.R
View file @
de23e039
...
...
@@ -4,7 +4,7 @@ options(bitmapType='cairo')
if
(
!
require
(
"Rcpp"
)){
install.packages
(
"Rcpp"
,
repos
=
"https://cran.univ-paris1.fr/"
)
}
# Limited shiny 1.3.2
if
(
!
require
(
shiny
)){
install.packages
(
"shiny"
,
repos
=
"https://cran.univ-paris1.fr/"
)
}
...
...
server.R
View file @
de23e039
...
...
@@ -3936,7 +3936,7 @@ shinyServer(function(input, output,session) {
else
if
(
input
$
PlotVisuSelect
==
"Boxplot"
)
res
=
plotOutput
(
"Boxplot"
,
height
=
input
$
heightVisu
+10
,
width
=
if
(
input
$
modifwidthVisu
){
input
$
widthVisu
})
else
if
(
input
$
PlotVisuSelect
==
"Krona"
){
if
(
Sys.info
()[
"nodename"
]
==
"ShinyPro"
){
res
=
tags
$
iframe
(
src
=
paste0
(
"http://
hub05.host
in
g
.pasteur.fr/
aghozlane/KronaRShy/
?parameter="
,
KronaR
()),
height
=
input
$
heightVisu
+10
,
width
=
ifelse
(
input
$
modifwidthVisu
,
input
$
widthVisu
,
"100%"
),
seamless
=
NA
)
res
=
tags
$
iframe
(
src
=
paste0
(
"http
s
://
kronash
in
y
.pasteur.fr/?parameter="
,
KronaR
()),
height
=
input
$
heightVisu
+10
,
width
=
ifelse
(
input
$
modifwidthVisu
,
input
$
widthVisu
,
"100%"
),
seamless
=
NA
)
}
else
{
res
=
tags
$
iframe
(
src
=
paste0
(
"http://127.0.0.1:5438/?parameter="
,
KronaR
()),
height
=
input
$
heightVisu
+10
,
width
=
ifelse
(
input
$
modifwidthVisu
,
input
$
widthVisu
,
"100%"
),
seamless
=
NA
)
...
...
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