Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ os:
- osx
# https://docs.travis-ci.com/user/languages/r
language: r
bioc_packages: msa
r:
- oldrel
- release
Expand Down
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ License: file LICENSE
Encoding: UTF-8
LazyData: true
Language: en-US
biocViews:
Imports:
argparser (>= 0.4),
Biostrings (>= 2.38.4),
Expand Down
8 changes: 0 additions & 8 deletions R/installer.R
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,6 @@ install <- function(path_package) {
install.packages("devtools", repos = "https://cloud.r-project.org")
}

if (! haspkg("msa")) {
cat("\n")
cat("### Installing Bioconductor and MSA\n")
cat("\n")
source("https://bioconductor.org/biocLite.R")
biocLite("msa", suppressUpdates = TRUE)
}

cat("\n")
cat("### Installing CHIIMP\n")
cat("\n")
Expand Down
2 changes: 2 additions & 0 deletions install_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# A base R install is assumed to already be present, but all dependencies
# should be installed automatically here.

set -e

rscript=$(which Rscript)
pkgdir=$(readlink -f $(dirname $BASH_SOURCE))
cd "$pkgdir"
Expand Down
2 changes: 2 additions & 0 deletions install_mac.command
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# A base R install is assumed to already be present, but all dependencies
# should be installed automatically here.

set -e

rscript=$(which Rscript)
pkgdir=$(dirname $BASH_SOURCE)
cd "$pkgdir"
Expand Down