Hi, I'm having some troubles when installing DESeq2 both in Ubuntu 14.04 LTS and also in Linux Mint 18.1. In both cases, when running biocLite and also package installation from source DESeq2 shows an error (non-zero exit status).
Please, can you help to me?
Warning messages:
1: In install.packages(pkgs = doing, lib = lib, ...) :
installation of package ‘DESeq2’ had non-zero exit status
2: In install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, :
installation of package ‘cairoDevice’ had non-zero exit status
3: In install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, :
installation of package ‘littler’ had non-zero exit status
4: In install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, :
installation of package ‘RcppArmadillo’ had non-zero exit status
5: In install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, :
installation of package ‘rgl’ had non-zero exit status
6: In install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, :
installation of package ‘tkrplot’ had non-zero exit status
7: In install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, :
installation of package ‘mgcv’ had non-zero exit status
> sessionInfo()
R version 3.4.1 (2017-06-30)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 14.04.5 LTS
Matrix products: default
BLAS: /usr/lib/atlas-base/atlas/libblas.so.3.0
LAPACK: /usr/lib/lapack/liblapack.so.3.0
locale:
[1] LC_CTYPE=es_ES.UTF-8 LC_NUMERIC=C LC_TIME=en_GB.UTF-8 LC_COLLATE=es_ES.UTF-8 LC_MONETARY=en_GB.UTF-8
[6] LC_MESSAGES=es_ES.UTF-8 LC_PAPER=en_GB.UTF-8 LC_NAME=C LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_GB.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] BiocInstaller_1.26.1
loaded via a namespace (and not attached):
[1] compiler_3.4.1 tools_3.4.1