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
8a0a066f
Commit
8a0a066f
authored
Aug 23, 2019
by
Amine GHOZLANE
Browse files
Update for conda
parent
c55858e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/shaman_conda.R
View file @
8a0a066f
...
...
@@ -2,4 +2,4 @@
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
)
runApp
(
paste
(
"appDir= "
,
prefix
,
"shaman
app
"
,
sep
=
.Platform
$
file.sep
)
Write
Preview
Supports
Markdown
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