Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
julien veyssier
r-package-checker
Commits
0a0e79e0
Commit
0a0e79e0
authored
Jun 15, 2015
by
julien veyssier
Browse files
use DEFAULT_REPOSITORY for update process
parent
751f620b
Changes
1
Hide whitespace changes
Inline
Side-by-side
rtest.sh
View file @
0a0e79e0
...
...
@@ -726,7 +726,7 @@ if [[ "$SKIPINSTALLFLAG" == "0" ]]; then
biocLite("phyloseq", ask=FALSE, lib.loc=Sys.getenv("R_LIBS_USER"), suppressUpdates=TRUE)
biocLite("Rgraphviz", ask=FALSE, lib.loc=Sys.getenv("R_LIBS_USER"), suppressUpdates=TRUE)
biocLite("supraHex", ask=FALSE, lib.loc=Sys.getenv("R_LIBS_USER"), suppressUpdates=TRUE)
install.packages("mpoly",lib=Sys.getenv("R_LIBS_USER"),repos="
http://cran.irsn.fr/
")
install.packages("mpoly",lib=Sys.getenv("R_LIBS_USER"),repos="
'
$DEFAULT_REPOSITORY
'
")
'
>
$DESTINATION
/update.R
$XVFBRUN_PATH
-n
222
$RPATH
CMD BATCH
--slave
--vanilla
--quiet
update.R
...
...
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