Skip to content
Snippets Groups Projects
Commit 8e2099dd authored by Holger Brandl's avatar Holger Brandl
Browse files

disabled automatic updating of packages when installing bioc packages

parent 1e4967ef
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ require.auto <- function(x){
eval(parse(text=paste("require(", x, ", quietly=T)", sep="")))
} else {
source("http://bioconductor.org/biocLite.R")
biocLite(character(), ask=FALSE) # update dependencies, if any.
# biocLite(character(), ask=FALSE) # update dependencies, if any.
eval(parse(text=paste("biocLite('", x, "')", sep="")))
eval(parse(text=paste("require(", x, ", quietly=T)", sep="")))
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment