Skip to content

Commit

Permalink
Also do not auto-update deps for msa package
Browse files Browse the repository at this point in the history
  • Loading branch information
ressy committed Mar 14, 2019
1 parent 349222b commit f4a904a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_windows.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if (! haspkg("msa")) {
cat("### Installing Bioconductor and MSA\n")
cat("\n")
source("https://bioconductor.org/biocLite.R")
biocLite("msa")
biocLite("msa", suppressUpdates = TRUE)
}

cat("\n")
Expand Down

0 comments on commit f4a904a

Please sign in to comment.