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
c55858e9
Commit
c55858e9
authored
Aug 23, 2019
by
Amine GHOZLANE
Browse files
Update conda install
parent
42030d78
Changes
2
Hide whitespace changes
Inline
Side-by-side
ui.R
View file @
c55858e9
...
...
@@ -63,7 +63,7 @@ function(request) {
p
(
"Pierre Lechat"
,
"(Coding, testing, feature suggestions)"
),
h3
(
"Acknowledgements"
),
p
(
"Thanks to the following people for patches and other suggestions for improvements:"
),
p
(
"Carine Rey, "
,
"Hugo Varet,"
,
"Emeline Perthame,"
,
"Julien Tap, "
,
"Anna Zhukova."
)
p
(
"Valentin Marcon,"
,
"Carine Rey, "
,
"Hugo Varet,"
,
"Emeline Perthame,"
,
"Julien Tap, "
,
"Anna Zhukova."
)
),
tabPanel
(
"Citing SHAMAN"
,
p
(
"If you use SHAMAN for your project, please cite our first application of SHAMAN in Quereda et al. 2016."
,
style
=
"font-family: 'times'; font-si16pt"
),
...
...
www/shaman_conda.R
View file @
c55858e9
#!/usr/bin/Rscript --vanilla
system
(
"Rscript -e 'library(\"shiny\");runApp(appDir= KronaRShy\", port=5438)'"
,
wait
=
FALSE
)
runApp
(
"appDir= shaman"
)
prefix
=
Sys.getenv
(
x
=
"PREFIX"
)
prefix
=
paste
(
prefix
,
"bin"
,
sep
=
.Platform
$
file.sep
)
system
(
paste
(
"Rscript -e 'library(\"shiny\");runApp(appDir="
,
prefix
,
"KronaRShy\", port=5438)'"
,
sep
=
.Platform
$
file.sep
,
wait
=
FALSE
)
runApp
(
paste
(
"appDir= "
,
prefix
,
"shaman"
,
sep
=
.Platform
$
file.sep
)
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