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
jlopez
RPACIB
Commits
5c2429b0
Commit
5c2429b0
authored
Mar 13, 2018
by
jlopez
Browse files
Fix typo
parent
3403e8f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/opt_home.R
View file @
5c2429b0
...
...
@@ -111,7 +111,7 @@ createContentFile <- function() {
if
(
sizeBIO
>=
1
)
{
result
<-
paste
(
result
,
'\tR --slave -e "source(\'https://bioconductor.org/biocLite.R\'); \\'
,
sep
=
"\n"
)
result
<-
paste
(
result
,
'\tbiocLite()\n
"
'
,
sep
=
"\n"
)
result
<-
paste
(
result
,
'\tbiocLite()
"
\n'
,
sep
=
"\n"
)
listRBIO
<-
'\tR --slave -e "source(\'https://bioconductor.org/biocLite.R\'); \\'
listRBIO
<-
paste0
(
listRBIO
,
"\n\tbiocLite("
)
...
...
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